diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-07-12 13:32:31 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-07-12 13:32:31 -0600 |
commit | 44bbe2f3dbbd02f8cf55472fe2fa13c8bc4a505a (patch) | |
tree | a09ff28ba49979e5752805fdf43b462458bdfad6 | |
parent | 09c9984f6259bc80c7b7e731c9bb207ac8145285 (diff) | |
download | numpy-44bbe2f3dbbd02f8cf55472fe2fa13c8bc4a505a.tar.gz |
MAINT: Use straight arm64 in TravisCI.
This reverts to using arm64 instead of arm64-graviton2 now that
OpenBLAS has been updated to 0.3.16.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cde8a4c72..4d9f2632a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: - python: 3.7 os: linux - arch: arm64-graviton2 + arch: arm64 virt: vm env: # use OpenBLAS build, not system ATLAS |