Skip to content

Commit fbe0f64

Browse files
authored
Update .github/workflows/ci_test-full.yml
1 parent 70670f5 commit fbe0f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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:
30+
include:
3131
# nightly: add when there's a release candidate
3232
- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
3333

0 commit comments

Comments
 (0)