Skip to content

Commit ef79965

Browse files
Update PyTorch version for tests
1 parent 0cc2e31 commit ef79965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.9]
19-
torch-version: [1.11.0, 1.13.1]
19+
torch-version: [1.13.1, "2.*"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/tests_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.9]
19-
torch-version: [1.13.1]
19+
torch-version: ["2.*"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)