Skip to content

Commit 9532032

Browse files
committed
[ci skip]
1 parent 32a5be3 commit 9532032

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/building-conda.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-16.04]
14-
# os: [ubuntu-16.04, macos-10.15, windows-latest]
13+
os: [ubuntu-16.04, macos-10.15, windows-latest]
1514
python-version: [3.6, 3.7, 3.8, 3.9]
16-
# torch-version: [1.8.0, 1.9.0]
17-
torch-version: [1.8.0]
18-
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
19-
cuda-version: ['cpu']
15+
torch-version: [1.8.0, 1.9.0]
16+
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
2017
exclude:
2118
- torch-version: 1.9.0
2219
cuda-version: 'cu101'

0 commit comments

Comments
 (0)