Skip to content

Commit 7fa214d

Browse files
committed
Install fftw before conda build for azure pipeline also for mac
1 parent ea94937 commit 7fa214d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- bash: |
2525
conda config --add channels conda-forge
2626
conda config --set always_yes yes
27-
conda install -n root conda-build
27+
conda install -n root conda-build numpy fftw
2828
displayName: Set up Anaconda
2929
3030
- bash: |

0 commit comments

Comments
 (0)