Skip to content

Commit

Permalink
fix TravisCI
Browse files Browse the repository at this point in the history
Former-commit-id: ca24cf338334da174b36f4b0e7f61271a61c2120 [formerly bcdaebd9752687de73e44aaef86d49abd59912db]
Former-commit-id: 78d496827ea6006a5429031b961af446fb780b67
  • Loading branch information
zuoxingdong committed May 14, 2019
1 parent 2c93ee5 commit 812df5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs: # Build-Test-Deplot (BTD) process
bash 3_setup_envs.sh
cd ..
pip install -q mock
#pip install -q torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
conda install -q -y pytorch-nightly-cpu -c pytorch
# Install current project
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- bash 3_setup_envs.sh
- cd ..
- pip install -q mock
- pip install -q torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
- conda install -q -y pytorch-nightly-cpu -c pytorch
# Install current project
- pip install -e .
script:
Expand Down

0 comments on commit 812df5d

Please sign in to comment.