Skip to content

Commit ea94937

Browse files
committed
Install fftw before conda build for azure pipeline
1 parent 60882be commit ea94937

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
@@ -53,7 +53,7 @@ jobs:
5353
- bash: |
5454
conda config --add channels conda-forge
5555
conda config --set always_yes yes
56-
conda install -n root conda-build
56+
conda install -n root conda-build numpy fftw
5757
displayName: Set up Anaconda
5858
5959
- bash: |

0 commit comments

Comments
 (0)