Skip to content

Commit

Permalink
fix test script [wheell build]
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Apr 26, 2024
1 parent 1eb2e4e commit 8214296
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/wheels/cibw_test_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ set -xe
PROJECT_DIR="$1"

# python $PROJECT_DIR/tools/wheels/check_license.py
if [[ $(uname) == "Linux" ]] ; then
# if [[ $(uname) == "Linux" ]] ; then
# python $PROJECT_DIR/tools/openblas_support.py --check_version
fi
echo $?
# fi

python -c "import sys; import scipy; sys.exit(not scipy.test())"
echo $?

0 comments on commit 8214296

Please sign in to comment.