Skip to content

Commit 493f0e6

Browse files
akihironittacarmocca
authored andcommitted
Skip testing with PyTorch 1.7 and Python 3.9 on Ubuntu (#11217)
Co-authored-by: Carlos Mocholí <[email protected]>
1 parent a4e77a1 commit 493f0e6

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
@@ -28,6 +28,9 @@ jobs:
2828
- {os: macOS-10.15, python-version: "3.6", requires: "oldest", release: "stable"}
2929
# nightly: add when there's a release candidate
3030
#- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
31+
exclude:
32+
# Skip if torch<1.8 and py3.9 on Linux: https://github.com/pytorch/pytorch/issues/50014
33+
- {os: ubuntu-18.04, python-version: "3.9", requires: "oldest", release: "stable"}
3134

3235
timeout-minutes: 40
3336

0 commit comments

Comments
 (0)