Skip to content

Commit 5f53dfa

Browse files
committed
listing
1 parent 14286e8 commit 5f53dfa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci_test-conda.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.8"] # previous to last Python version as that one is already used in test-full
22-
pytorch-version: ["1.7", "1.8", "1.9", "1.10", "1.11"] # nightly: add when there's a release candidate
21+
include:
22+
- {python-version: "3.8", pytorch-version: "1.7"}
23+
- {python-version: "3.9", pytorch-version: "1.8"}
24+
- {python-version: "3.9", pytorch-version: "1.9"}
25+
- {python-version: "3.9", pytorch-version: "1.10"}
26+
# nightly: add when there's a release candidate
27+
- {python-version: "3.10", pytorch-version: "1.11"}
2328

2429
timeout-minutes: 30
2530
steps:

0 commit comments

Comments
 (0)