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 d91b8d5 commit 9f97c69Copy full SHA for 9f97c69
azure-pipelines.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- bash: |
60
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
+ conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw=0.12 python=$PYTHON_VERSION --use-local
62
source activate mpi4py_fft_env
63
pip install codecov
64
cd tests && ./runtests.sh
conf/meta.yaml
@@ -37,7 +37,7 @@ test:
37
- coverage
38
- codecov
39
- scipy
40
- #- pyfftw
+ - pyfftw 0.12
41
42
source_files:
43
- tests
0 commit comments