Skip to content

Commit f128be6

Browse files
authored
Merge pull request numpy#19426 from charris/try-graviton-2
MAINT: Use arm64-graviton2 for testing on travis
2 parents d78893c + d33312d commit f128be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545

4646
- python: 3.7
4747
os: linux
48-
arch: arm64
48+
arch: arm64-graviton2
49+
virt: vm
4950
env:
5051
# use OpenBLAS build, not system ATLAS
5152
- DOWNLOAD_OPENBLAS=1

0 commit comments

Comments
 (0)