We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36741f commit c2e379bCopy full SHA for c2e379b
.github/workflows/building-conda.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: [ubuntu-18.04] #, macos-10.15, windows-2019]
+ os: [ubuntu-18.04, macos-10.15, windows-2019]
14
python-version: ['3.7', '3.8', '3.9', '3.10']
15
torch-version: [1.10.0, 1.11.0, 1.12.0]
16
cuda-version: ['cpu', 'cu102', 'cu113', 'cu115', 'cu116']
0 commit comments