diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-07-17 22:23:40 -0600 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-07-20 10:47:19 -0600 |
commit | 7eb5e0d82323c5fffadb62a54107cbc25c272303 (patch) | |
tree | 0d8a662a3704686c78bcbe6bdb50cd70985535f4 /shippable.yml | |
parent | ea965e4cd328fbcf76b03ff749ef06d2aa38c28b (diff) | |
download | numpy-7eb5e0d82323c5fffadb62a54107cbc25c272303.tar.gz |
MAINT: bump ARMv8 / POWER8 OpenBLAS in CI
* require OpenBLAS 0.3.7.dev in ARMv8
and POWER8 CI runs to match ecosystem / wheels
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 cf09b791d..88e131f48 100644 --- a/shippable.yml +++ b/shippable.yml @@ -48,7 +48,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.5 + - python tools/openblas_support.py --check_version 0.3.7.dev # run the test suite - python runtests.py -- -rsx --junit-xml=$SHIPPABLE_REPO_DIR/shippable/testresults/tests.xml -n 2 --durations=10 |