Skip to content

Commit 65e1282

Browse files
committed
[skip ci]
1 parent c108f70 commit 65e1282

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/building-conda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# os: [ubuntu-16.04, macos-10.15, windows-latest]
14-
os: [windows-latest]
13+
os: [ubuntu-16.04, macos-10.15, windows-latest]
1514
python-version: [3.6, 3.7, 3.8, 3.9]
1615
torch-version: [1.8.0, 1.9.0]
17-
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
18-
cuda-version: ['cu111']
16+
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
1917
exclude:
2018
- torch-version: 1.9.0
2119
cuda-version: 'cu101'

0 commit comments

Comments
 (0)