Skip to content

Commit

Permalink
Add Pytorch 1.11 to version-tests workflow (pytorch#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin authored Jun 29, 2022
1 parent 1566604 commit 7931dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytorch-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
pytorch-version: [1.10.0, 1.9.1, 1.8.1, 1.7.1, 1.6.0, 1.5.1, 1.4.0, 1.3.1]
pytorch-version:
[1.11.0, 1.10.0, 1.9.1, 1.8.1, 1.7.1, 1.6.0, 1.5.1, 1.4.0, 1.3.1]
exclude:
- pytorch-version: 1.3.1
python-version: 3.8
Expand Down

0 comments on commit 7931dd9

Please sign in to comment.