Skip to content

Commit 0c77520

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/building.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-18.04, macos-10.15, windows-latest]
14-
python-version: [3.9]
15-
torch-version: [1.8.0]
14+
python-version: [3.6, 3.7, 3.8, 3.9]
15+
torch-version: [1.8.0, 1.9.0]
1616
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
1717
exclude:
1818
- torch-version: 1.9.0

0 commit comments

Comments
 (0)