File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ matrix:
74
74
- CLIPBOARD=xsel
75
75
- COVERAGE=true
76
76
- CACHE_NAME="35_nslow"
77
- # - USE_CACHE=true # Don't use cache for 35_nslow
77
+ - USE_CACHE=true
78
78
addons :
79
79
apt :
80
80
packages :
@@ -86,6 +86,7 @@ matrix:
86
86
- TEST_ARGS="--skip-slow --skip-network"
87
87
- PANDAS_TESTING_MODE="deprecate"
88
88
- CONDA_FORGE=true
89
+ - USE_CACHE=true
89
90
addons :
90
91
apt :
91
92
packages :
@@ -154,13 +155,13 @@ matrix:
154
155
- USE_CACHE=true
155
156
- python : 3.5
156
157
env :
157
- - PYTHON_VERSION=3.5
158
- - JOB_NAME : " 35_numpy_dev"
159
- - JOB_TAG=_NUMPY_DEV
160
- - TEST_ARGS="--skip-slow --skip-network"
161
- - PANDAS_TESTING_MODE="deprecate"
162
- - CACHE_NAME="35_numpy_dev"
163
- - USE_CACHE=true
158
+ - PYTHON_VERSION=3.5
159
+ - JOB_NAME : " 35_numpy_dev"
160
+ - JOB_TAG=_NUMPY_DEV
161
+ - TEST_ARGS="--skip-slow --skip-network"
162
+ - PANDAS_TESTING_MODE="deprecate"
163
+ - CACHE_NAME="35_numpy_dev"
164
+ - USE_CACHE=true
164
165
- python : 3.5
165
166
env :
166
167
- PYTHON_VERSION=3.5
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ if [ -e ${INSTALL} ]; then
99
99
else
100
100
# create new env
101
101
# this may already exists, in which case our caching worked
102
- time conda create -n pandas python=$PYTHON_VERSION pytest
102
+ time conda create -n pandas python=$PYTHON_VERSION pytest nomkl
103
103
fi
104
104
105
105
# build deps
You can’t perform that action at this time.
0 commit comments