diff options
author | mattip <matti.picus@gmail.com> | 2020-02-27 10:15:21 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-27 10:50:42 +0200 |
commit | eeb9e5061596a0a434ed5dfc3fa136f56ac12cb1 (patch) | |
tree | b9d8b4a0fc3b97a8b3e00c9e95fa1603b77d2d55 /shippable.yml | |
parent | eb8a54031bdd48655bf9a683f935fbd529f5e013 (diff) | |
download | numpy-eeb9e5061596a0a434ed5dfc3fa136f56ac12cb1.tar.gz |
BLD: consolidate openblas verison check to be self-contained
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml index 513ea3069..6985f38ef 100644 --- a/shippable.yml +++ b/shippable.yml @@ -50,7 +50,7 @@ build: - extra_path=$(printf "%s:" "${extra_directories[@]}") - export PATH="${extra_path}${PATH}" # check OpenBLAS version - - python tools/openblas_support.py --check_version 0.3.8 + - python tools/openblas_support.py --check_version # run the test suite - python runtests.py -n --debug-info --show-build-log -- -rsx --junit-xml=$SHIPPABLE_REPO_DIR/shippable/testresults/tests.xml -n 2 --durations=10 |