Commit 7c0d2e0b authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 8602de13
......@@ -10,13 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [macos-10.15, windows-latest]
# os: [ubuntu-18.04, macos-10.15, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: [1.11.0]
# torch-version: [1.10.0, 1.11.0]
cuda-version: ['cu115']
# cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
exclude:
- torch-version: 1.11.0
cuda-version: 'cu111'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment