We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b0d8 commit 60882beCopy full SHA for 60882be
.github/workflows/main.yml
@@ -24,7 +24,6 @@ jobs:
24
- run: conda --version
25
- run: which python
26
- run: |
27
- conda config --add channels conda-forge
28
conda config --set always_yes yes
29
- conda install -n root conda-build numpy
+ conda install -n root conda-build numpy fftw
30
conda build ./conf
0 commit comments