Skip to content

Commit

Permalink
Fix matrix.torch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Dec 26, 2021
1 parent 630fc81 commit 54f00fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
image: [ 'ubuntu-latest' ]
torch: [ 'PyTorch 1.9.1+cpu', 'PyTorch 1.10.0+cpu' ]
torch: [ 'PyTorch 1.9.1+cpu', 'PyTorch 1.10.1+cpu' ]
include:
- torch: 'PyTorch 1.9.1+cpu'
torch_address: torch==1.9.1+cpu torchvision==0.10.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
Expand Down

0 comments on commit 54f00fa

Please sign in to comment.