Browse Source

Update .travis.yml

pull/3759/head
Martin Kroeker GitHub 3 years ago
parent
commit
0d100bfe9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -34,7 +34,7 @@ matrix:
script:
- travis_wait 40 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-ppc64le.sh
- sh ./Anaconda3-2022.05-Linux-ppc64le.sh
- sh ./Anaconda3-2022.05-Linux-ppc64le.sh -b
- conda install astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses
- conda init bash
- conda create condas


Loading…
Cancel
Save