Skip to content

Commit 2a20632

Browse files
Jammy2211Jammy2211
authored andcommitted
use autifit build fixes branch
1 parent d73ff74 commit 2a20632

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ref: main
6060
path: PyAutoConf
6161
- repository: rhayes777/PyAutoFit
62-
ref: main
62+
ref: feature/build_fixes
6363
path: PyAutoFit
6464
- repository: Jammy2211/PyAutoArray
6565
ref: main
@@ -123,6 +123,7 @@ jobs:
123123
pushd "${{ matrix.project.path }}"
124124
export JAX_ENABLE_X64=True
125125
pip install matplotlib==3.6.0
126+
pip install pynufft==2025.1.1
126127
pip install pytest
127128
python3 -m pytest
128129
@@ -235,6 +236,7 @@ jobs:
235236
run: |
236237
echo "Installing optional requirements"
237238
pip install matplotlib==3.6.0
239+
pip install pynufft==2025.1.1
238240
- name: Install project
239241
if: "${{ github.event.inputs.skip_scripts != 'true' }}"
240242
run: |
@@ -318,6 +320,7 @@ jobs:
318320
run: |
319321
echo "Installing optional requirements"
320322
pip install matplotlib==3.6.0
323+
pip install pynufft==2025.1.1
321324
- name: Install project
322325
if: "${{ github.event.inputs.skip_notebooks != 'true' }}"
323326
run: |
@@ -369,7 +372,7 @@ jobs:
369372
path: PyAutoConf
370373
pat: PAT_RICH
371374
- repository: rhayes777/PyAutoFit
372-
ref: main
375+
ref: feature/build_fixes
373376
path: PyAutoFit
374377
pat: PAT_RICH
375378
- repository: Jammy2211/PyAutoArray
@@ -561,6 +564,7 @@ jobs:
561564
run: |
562565
echo "Installing optional requirements"
563566
pip install matplotlib==3.6.0
567+
pip install pynufft==2025.1.1
564568
- name: Install project
565569
if: "${{ github.event.inputs.update_notebook_visualisations == 'true' }}"
566570
run: |

0 commit comments

Comments
 (0)