Skip to content

Commit 6b97146

Browse files
committed
drop pre
1 parent 5c42bea commit 6b97146

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_test-full.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
exclude:
2828
# Skip if torch<1.8 and py3.9 on Linux: https://github.com/pytorch/pytorch/issues/50014
2929
- {os: ubuntu-20.04, python-version: "3.9", requires: "oldest"}
30-
include:
31-
- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
30+
# TODO: re-enable RC testing
31+
# include:
32+
# - {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
3233

3334
timeout-minutes: 40
3435

0 commit comments

Comments
 (0)