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 2e84f2f commit d47410e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/building-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
fail-fast: false
matrix:
# We have trouble building for Windows - drop for now.
os: [ubuntu-20.04, macos-14] # windows-2019
# os: [ubuntu-20.04, macos-14] # windows-2019
os: [macos-14] # windows-2019
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 All @@ -26,7 +27,7 @@ jobs:
cuda-version: 'cu124'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Conda for Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit d47410e

Please sign in to comment.