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 22b7aed commit 0f9a0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/building-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019]
os: [ubuntu-18.04]
# os: [ubuntu-18.04, macos-10.15, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10']
# python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: [1.10.0, 1.11.0]
cuda-version: ['cu115']
# cuda-version: ['cpu', 'cu102', 'cu113', 'cu115']
cuda-version: ['cpu', 'cu102', 'cu113', 'cu115']
exclude:
- torch-version: 1.10.0
cuda-version: 'cu115'
Expand Down

0 comments on commit 0f9a0a4

Please sign in to comment.