|
59 | 59 | ref: main |
60 | 60 | path: PyAutoConf |
61 | 61 | - repository: rhayes777/PyAutoFit |
62 | | - ref: main |
| 62 | + ref: feature/build_fixes |
63 | 63 | path: PyAutoFit |
64 | 64 | - repository: Jammy2211/PyAutoArray |
65 | 65 | ref: main |
@@ -123,6 +123,7 @@ jobs: |
123 | 123 | pushd "${{ matrix.project.path }}" |
124 | 124 | export JAX_ENABLE_X64=True |
125 | 125 | pip install matplotlib==3.6.0 |
| 126 | + pip install pynufft==2025.1.1 |
126 | 127 | pip install pytest |
127 | 128 | python3 -m pytest |
128 | 129 |
|
@@ -235,6 +236,7 @@ jobs: |
235 | 236 | run: | |
236 | 237 | echo "Installing optional requirements" |
237 | 238 | pip install matplotlib==3.6.0 |
| 239 | + pip install pynufft==2025.1.1 |
238 | 240 | - name: Install project |
239 | 241 | if: "${{ github.event.inputs.skip_scripts != 'true' }}" |
240 | 242 | run: | |
@@ -318,6 +320,7 @@ jobs: |
318 | 320 | run: | |
319 | 321 | echo "Installing optional requirements" |
320 | 322 | pip install matplotlib==3.6.0 |
| 323 | + pip install pynufft==2025.1.1 |
321 | 324 | - name: Install project |
322 | 325 | if: "${{ github.event.inputs.skip_notebooks != 'true' }}" |
323 | 326 | run: | |
@@ -369,7 +372,7 @@ jobs: |
369 | 372 | path: PyAutoConf |
370 | 373 | pat: PAT_RICH |
371 | 374 | - repository: rhayes777/PyAutoFit |
372 | | - ref: main |
| 375 | + ref: feature/build_fixes |
373 | 376 | path: PyAutoFit |
374 | 377 | pat: PAT_RICH |
375 | 378 | - repository: Jammy2211/PyAutoArray |
@@ -561,6 +564,7 @@ jobs: |
561 | 564 | run: | |
562 | 565 | echo "Installing optional requirements" |
563 | 566 | pip install matplotlib==3.6.0 |
| 567 | + pip install pynufft==2025.1.1 |
564 | 568 | - name: Install project |
565 | 569 | if: "${{ github.event.inputs.update_notebook_visualisations == 'true' }}" |
566 | 570 | run: | |
|
0 commit comments