Skip to content

Commit 89e3567

Browse files
committed
[ci skip]
1 parent 7af61db commit 89e3567

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/building-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-16.04, macos-10.15, windows-latest]
13+
os: [ubuntu-16.04, macos-10.15]
14+
# os: [ubuntu-16.04, macos-10.15, windows-latest]
1415
python-version: [3.6, 3.7, 3.8, 3.9]
1516
torch-version: [1.8.0, 1.9.0]
1617
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']

.github/workflows/building.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ 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]
1716
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']

0 commit comments

Comments
 (0)