Skip to content

Commit f5d70c2

Browse files
committed
Switcth to 2.9.1 w/ python 3.13 for upper versions in unit tests
1 parent fff7ec5 commit f5d70c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python: ['3.10', '3.12']
20-
torch: [{base: '1.13.0', vision: '0.14.0'}, {base: '2.5.1', vision: '0.20.1'}]
19+
python: ['3.10', '3.13']
20+
torch: [{base: '1.13.0', vision: '0.14.0'}, {base: '2.9.1', vision: '0.24.1'}]
2121
testmarker: ['-k "not test_models"', '-m base', '-m cfg', '-m torchscript', '-m features', '-m fxforward', '-m fxbackward']
2222
exclude:
23-
- python: '3.12'
23+
- python: '3.13'
2424
torch: {base: '1.13.0', vision: '0.14.0'}
2525
runs-on: ${{ matrix.os }}
2626

0 commit comments

Comments
 (0)