Skip to content

Commit e2df964

Browse files
committed
Exclude no Python 3.10 distributions
1 parent 371a594 commit e2df964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pytorch-test-full.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- {os: "ubuntu-20.04", python-version: "3.7", pytorch-version: "1.9", requires: "oldest"}
2828
- {os: "macos-11", python-version: "3.7", pytorch-version: "1.9", requires: "oldest"}
2929
- {os: "windows-2022", python-version: "3.7", pytorch-version: "1.9", requires: "oldest"}
30+
exclude:
31+
- {python-version: "3.10", pytorch-version: "1.9"} # No distribution with Python 3.10
32+
- {python-version: "3.10", pytorch-version: "1.10"} # No distribution with Python 3.10
3033
# include:
3134
# - {os: "ubuntu-20.04", python-version: "3.7", pytorch-version: "1.9", requires: "oldest"}
3235
# - {os: "ubuntu-20.04", python-version: "3.7", pytorch-version: "1.12"}

0 commit comments

Comments
 (0)