Skip to content

Commit 70670f5

Browse files
committed
enable PT 1.11
1 parent 43a89eb commit 70670f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: ["3.8"] # previous to last Python version as that one is already used in test-full
22-
pytorch-version: ["1.7", "1.8", "1.9", "1.10"] # nightly: add when there's a release candidate
22+
pytorch-version: ["1.7", "1.8", "1.9", "1.10", "1.11"] # nightly: add when there's a release candidate
2323

2424
timeout-minutes: 30
2525
steps:

.github/workflows/ci_test-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- {os: ubuntu-20.04, python-version: "3.9", requires: "oldest"}
3030
#include:
3131
# nightly: add when there's a release candidate
32-
#- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
32+
- {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
3333

3434
timeout-minutes: 40
3535

0 commit comments

Comments
 (0)