Skip to content

Commit 8e8d4c5

Browse files
Skip testing with PyTorch 1.7 and Python 3.9 on Ubuntu (#11217)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent 5d2296e commit 8e8d4c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_test-full.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
python-version: ["3.7", "3.9"] # minimum, maximum
2222
requires: ["oldest", "latest"]
2323
release: ["stable"]
24+
exclude:
25+
# Skip if torch<1.8 and py3.9 on Linux: https://github.com/pytorch/pytorch/issues/50014
26+
- {os: ubuntu-18.04, python-version: "3.9", requires: "oldest", release: "stable"}
2427
#include:
2528
# nightly: add when there's a release candidate
2629
#- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}

0 commit comments

Comments
 (0)