Update .travis.yml
This commit is contained in:
parent
03c9ffd81f
commit
0034191feb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue