Skip to content

Commit 781c552

Browse files
committed
[skip ci] build pytorch 1.9.0
1 parent d378045 commit 781c552

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/building.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# os: [ubuntu-18.04, macos-10.15, windows-latest]
14-
os: [windows-latest]
15-
python-version: [3.6, 3.7, 3.8, 3.9]
16-
torch-version: [1.9.0]
13+
os: [ubuntu-18.04, macos-10.15, windows-latest]
14+
python-version: [3.9]
15+
torch-version: [1.8.0]
1716
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
1817
exclude:
1918
- torch-version: 1.9.0

0 commit comments

Comments
 (0)