Skip to content

Commit a321925

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
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)