Skip to content

Commit f90c9b6

Browse files
committed
test
1 parent fdaaf35 commit f90c9b6

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.github/workflows/pytorch-version-tests.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,31 @@ jobs:
3838
# failing with unrelated errors
3939
- pytorch-version: 1.13.1
4040
python-version: "3.11"
41-
41+
# Testing fdailures, excluding passes
42+
- pytorch-version: 2.5.1
43+
python-version: "3.9"
44+
- pytorch-version: 2.4.1
45+
python-version: "3.9"
46+
- pytorch-version: 2.3.1
47+
python-version: "3.9"
48+
- pytorch-version: 2.2.2
49+
python-version: "3.9"
50+
- pytorch-version: 2.5.1
51+
python-version: "3.10"
52+
- pytorch-version: 2.4.1
53+
python-version: "3.10"
54+
- pytorch-version: 2.3.1
55+
python-version: "3.10"
56+
- pytorch-version: 2.2.2
57+
python-version: "3.10"
58+
- pytorch-version: 2.5.1
59+
python-version: "3.11"
60+
- pytorch-version: 2.4.1
61+
python-version: "3.11"
62+
- pytorch-version: 2.3.1
63+
python-version: "3.11"
64+
- pytorch-version: 2.2.2
65+
python-version: "3.11"
4266
steps:
4367
- uses: actions/checkout@v4
4468

0 commit comments

Comments
 (0)