diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-07-07 13:23:15 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-07-07 15:09:58 -0600 |
commit | d33312d6155a2aa470c970ae81cdd2a3cd3258ab (patch) | |
tree | 12916025ffb60b35bad48282cb98e49c469c4be8 /.travis.yml | |
parent | 068074f4acab87b0fabf194517b7dfb0f038af5a (diff) | |
download | numpy-d33312d6155a2aa470c970ae81cdd2a3cd3258ab.tar.gz |
MAINT: Use arm64-graviton2 for testing on travis
This avoids the errors we have seen with the lxd containers
in recent weeks.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d8eaa6eba..7de8fed3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,8 @@ jobs: - python: 3.7 os: linux - arch: arm64 + arch: arm64-graviton2 + virt: vm env: # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 |