Skip to content

Commit c2e379b

Browse files
committed
Enable all matrix
1 parent d36741f commit c2e379b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-18.04] #, macos-10.15, windows-2019]
13+
os: [ubuntu-18.04, macos-10.15, windows-2019]
1414
python-version: ['3.7', '3.8', '3.9', '3.10']
1515
torch-version: [1.10.0, 1.11.0, 1.12.0]
1616
cuda-version: ['cpu', 'cu102', 'cu113', 'cu115', 'cu116']

0 commit comments

Comments
 (0)