Skip to content

Commit 60882be

Browse files
committed
Install fftw before conda build to use load_setup_py_data
1 parent 7a4b0d8 commit 60882be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- run: conda --version
2525
- run: which python
2626
- run: |
27-
conda config --add channels conda-forge
2827
conda config --set always_yes yes
29-
conda install -n root conda-build numpy
28+
conda install -n root conda-build numpy fftw
3029
conda build ./conf

0 commit comments

Comments
 (0)