We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a321925 commit 0fad329Copy full SHA for 0fad329
.travis.yml
@@ -51,10 +51,10 @@ before_install:
51
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage
52
- source activate test-environment
53
# Install openblas if slycot is being used
54
+ # also install scikit-build for the build process
55
- if [[ "$SLYCOT" != "" ]]; then
- conda install openblas;
56
- # also install scikit-build for the build process
57
- conda install -c conda-forge scikit-build;
+ conda install openblas;
+ conda install -c conda-forge scikit-build;
58
fi
59
# Make sure to look in the right place for python libraries (for slycot)
60
- export LIBRARY_PATH="$HOME/miniconda/envs/test-environment/lib"
0 commit comments