We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa7752 commit 2568196Copy full SHA for 2568196
appveyor.yml
@@ -72,7 +72,7 @@ install:
72
- cmd: conda info -a
73
74
# create our env
75
- - cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest
+ - cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest nomkl
76
- cmd: activate pandas
77
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
78
- cmd: echo "installing requirements from %REQ%"
0 commit comments