diff options
author | Sayed Adel <seiko@imavr.com> | 2022-06-14 09:39:25 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2022-06-14 13:02:10 +0200 |
commit | d99a502dc363eb7043194412905d46901bd0a990 (patch) | |
tree | 24f675c176be6b0dce37d6fabc894646be2f5b56 /.travis.yml | |
parent | abc26a351e14c890bdd67785ed4f3c60c637b0fa (diff) | |
download | numpy-d99a502dc363eb7043194412905d46901bd0a990.tar.gz |
CI: Fix CI SIMD build on s390x
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f7fedd822..d88f401fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,9 @@ jobs: - python: "3.8" os: linux arch: s390x + # fixes VX assembler ambiguous errors + # due to compiler incompatibility + install: sudo apt update && sudo apt -y --only-upgrade install binutils env: # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 |