We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4590c commit a321925Copy full SHA for a321925
.travis.yml
@@ -53,6 +53,8 @@ before_install:
53
# Install openblas if slycot is being used
54
- if [[ "$SLYCOT" != "" ]]; then
55
conda install openblas;
56
+ # also install scikit-build for the build process
57
+ 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