Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 676e2d5

Browse files
committed
Make the closure smaller by using nomkl
1 parent 9d2b06c commit 676e2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- conda config --set always_yes yes --set changeps1 no
2121
- conda config --add channels conda-forge/label/gcc7
2222
- conda config --add channels chrisburr
23-
- conda create -q -n testenv python=${PYTHON} root pandas nose
23+
- conda create -q -n testenv python=${PYTHON} nomkl root pandas nose
2424
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2525
- source activate testenv
2626
- pip install --no-binary=root_numpy root_numpy rootpy

0 commit comments

Comments
 (0)