We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8194e63 commit efe6a76Copy full SHA for efe6a76
appveyor.yml
@@ -79,7 +79,7 @@ install:
79
- cmd: conda info -a
80
81
# create our env
82
- - cmd: conda create -q -n pandas python=%PYTHON_VERSION% pytest
+ - cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest
83
- cmd: activate pandas
84
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
85
- cmd: echo "installing requirements from %REQ%"
0 commit comments