Skip to content

Commit 2568196

Browse files
committed
add nomkl to windows builds
1 parent 7fa7752 commit 2568196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install:
7272
- cmd: conda info -a
7373

7474
# create our env
75-
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest
75+
- cmd: conda create -q -n pandas python=%PYTHON_VERSION% cython pytest nomkl
7676
- cmd: activate pandas
7777
- SET REQ=ci\requirements-%PYTHON_VERSION%-%PYTHON_ARCH%.run
7878
- cmd: echo "installing requirements from %REQ%"

0 commit comments

Comments
 (0)