Skip to content

Commit b6f9b30

Browse files
Appveyor/Windows: Add Cython to conda install (#1772)
1 parent 9266612 commit b6f9b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install:
8686
- cmd: conda config --append channels conda-forge
8787

8888
# Configure the VM.
89-
- cmd: conda install -n root --quiet --yes numpy cmake hdf5 python=%CONDA_PY%
89+
- cmd: conda install -n root --quiet --yes cython numpy cmake hdf5 python=%CONDA_PY%
9090
# ADIOS2 build only for 64bit Windows
9191
- cmd: if "%TARGET_ARCH%"=="x64" conda install -n root --quiet --yes adios2 python=%CONDA_PY%
9292

0 commit comments

Comments
 (0)