Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 15, 2024
1 parent b99ac4a commit 64d4fad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/building-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# We have trouble building for Windows - drop for now.
# os: [ubuntu-20.04, macos-14] # windows-2019
os: [windows-2019] # windows-2019
os: [ubuntu-20.04, macos-14, windows-2010]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
torch-version: [2.4.0] # [2.3.0, 2.4.0]
cuda-version: ['cpu', 'cu118', 'cu121', 'cu124']
Expand Down

0 comments on commit 64d4fad

Please sign in to comment.