Skip to content

Commit 32a5be3

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/building-conda.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest]
13+
os: [ubuntu-16.04]
1414
# os: [ubuntu-16.04, macos-10.15, windows-latest]
1515
python-version: [3.6, 3.7, 3.8, 3.9]
16-
torch-version: [1.8.0, 1.9.0]
17-
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
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']
1820
exclude:
1921
- torch-version: 1.9.0
2022
cuda-version: 'cu101'

0 commit comments

Comments
 (0)