summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-01-17 18:26:41 +1100
committermattip <matti.picus@gmail.com>2020-01-19 07:25:01 +1100
commit1edb44669f9acddebd92df794ca9731fd92f4e06 (patch)
treebbad4277bb597b1d7fdb3bd39495bfede3e7b2f1 /shippable.yml
parent18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (diff)
downloadnumpy-1edb44669f9acddebd92df794ca9731fd92f4e06.tar.gz
BLD: use 0.3.8dev build of OpenBLAS
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml
index 098bb1c16..bea2a2206 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -49,7 +49,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.7
+ - python tools/openblas_support.py --check_version 0.3.8
# 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