Update .travis.yml

This commit is contained in:
Martin Kroeker 2022-09-10 11:26:04 +02:00 committed by GitHub
parent 03c9ffd81f
commit 0034191feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ matrix:
- conda init
- #conda create condas
- conda activate #condas
- conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses torch hypothesis
- conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis
- conda install -y pytorch
- git clone --recursive https://github.com/pytorch/pytorch
- #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
- cd pytorch