Skip to content

Commit a321925

Browse files
repaghDaniel Bankmann
authored and
Daniel Bankmann
committed
install scikit-build for testing with slycot
1 parent ed4590c commit a321925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ before_install:
5353
# Install openblas if slycot is being used
5454
- if [[ "$SLYCOT" != "" ]]; then
5555
conda install openblas;
56+
# also install scikit-build for the build process
57+
conda install -c conda-forge scikit-build;
5658
fi
5759
# Make sure to look in the right place for python libraries (for slycot)
5860
- export LIBRARY_PATH="$HOME/miniconda/envs/test-environment/lib"

0 commit comments

Comments
 (0)