Skip to content

Commit 13f0e3b

Browse files
authored
Update build.yml
1 parent 2446abe commit 13f0e3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ jobs:
2020
# https://pytorch.org/get-started/previous-versions/
2121
torch-version: ["2.0.0", "2.4.0"]
2222
include:
23-
- os: ubuntu-latest
24-
python-version: "3.10"
25-
torch-version: 1.9.0
2623
- os: windows-latest
2724
torch-version: 2.0.0
2825
python-version: "3.10"
2926
- os: ubuntu-latest
3027
torch-version: 2.1.1
31-
python-version: "3.11"
28+
python-version: "3.12"
3229
#- os: macos-latest
3330
# torch-version: 2.0.0
3431
# python-version: "3.10"

0 commit comments

Comments
 (0)