We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9266612 commit b6f9b30Copy full SHA for b6f9b30
.appveyor.yml
@@ -86,7 +86,7 @@ install:
86
- cmd: conda config --append channels conda-forge
87
88
# Configure the VM.
89
- - cmd: conda install -n root --quiet --yes numpy cmake hdf5 python=%CONDA_PY%
+ - cmd: conda install -n root --quiet --yes cython numpy cmake hdf5 python=%CONDA_PY%
90
# ADIOS2 build only for 64bit Windows
91
- cmd: if "%TARGET_ARCH%"=="x64" conda install -n root --quiet --yes adios2 python=%CONDA_PY%
92
0 commit comments