Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 11, 2022
1 parent 8602de1 commit 7c0d2e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7c0d2e0

Please sign in to comment.