Skip to content

Commit 9f97c69

Browse files
committed
Pin pyfftw to 0.12 because 0.13 seems broken
1 parent d91b8d5 commit 9f97c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- bash: |
6060
conda build --no-test --python $PYTHON_VERSION ./conf
61-
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy python=$PYTHON_VERSION --use-local
61+
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw=0.12 python=$PYTHON_VERSION --use-local
6262
source activate mpi4py_fft_env
6363
pip install codecov
6464
cd tests && ./runtests.sh

conf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test:
3737
- coverage
3838
- codecov
3939
- scipy
40-
#- pyfftw
40+
- pyfftw 0.12
4141

4242
source_files:
4343
- tests

0 commit comments

Comments
 (0)