Skip to content

Commit

Permalink
tst ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Jul 3, 2019
1 parent aacce9a commit 02b209d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous_integration/install_with_blis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ popd
popd

python -m pip install -q -r dev-requirements.txt
bash CFLAGS=-I$ABS_PATH/BLIS_install/include/blis LDFLAGS=-L$ABS_PATH/BLIS_install/lib ./continuous_integration/build_test_ext.sh
CFLAGS=-I$ABS_PATH/BLIS_install/include/blis LDFLAGS=-L$ABS_PATH/BLIS_install/lib \
bash ./continuous_integration/build_test_ext.sh

python --version
python -c "import numpy; print('numpy %s' % numpy.__version__)" || echo "no numpy"
Expand Down

0 comments on commit 02b209d

Please sign in to comment.