Skip to content

Commit

Permalink
Update PyTorch to 1.9.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Oct 1, 2021
1 parent 06022fd commit 138ad1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
python-version: [3.7]
os: [ubuntu-latest]
torch: [1.9.0+cpu]
torch: [1.9.1+cpu]
include:
- torch: 1.9.0+cpu
pip_address: torch==1.9.0+cpu torchvision==0.10.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- torch: 1.9.1+cpu
pip_address: torch==1.9.1+cpu torchvision==0.10.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
unittest_type: --cov=test --cov-report=xml

steps:
Expand Down

0 comments on commit 138ad1d

Please sign in to comment.