Skip to content

Commit fb70c09

Browse files
authored
Update unit-tests.yml
1 parent 28c3802 commit fb70c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest]
43-
python-version: [3.8, 3.9, "3.10"]
43+
python-version: [3.8, 3.9, "3.10", "3.11"]
4444
pytorch-channel: [pytorch, pytorch-nightly]
4545
include:
4646
# includes a single build on windows
4747
- os: windows-latest
4848
pytorch-channel: pytorch
49-
python-version: 3.8
49+
python-version: 3.9
5050
skip-distrib-tests: 1
5151
# includes a single build on macosx
5252
- os: macos-latest
5353
pytorch-channel: pytorch
54-
python-version: 3.8
54+
python-version: 3.9
5555
skip-distrib-tests: 1
5656

5757
steps:

0 commit comments

Comments
 (0)