We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c3802 commit fb70c09Copy full SHA for fb70c09
.github/workflows/unit-tests.yml
@@ -40,18 +40,18 @@ jobs:
40
fail-fast: false
41
matrix:
42
os: [ubuntu-latest]
43
- python-version: [3.8, 3.9, "3.10"]
+ python-version: [3.8, 3.9, "3.10", "3.11"]
44
pytorch-channel: [pytorch, pytorch-nightly]
45
include:
46
# includes a single build on windows
47
- os: windows-latest
48
pytorch-channel: pytorch
49
- python-version: 3.8
+ python-version: 3.9
50
skip-distrib-tests: 1
51
# includes a single build on macosx
52
- os: macos-latest
53
54
55
56
57
steps:
0 commit comments