Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed Sep 5, 2024
1 parent 873e57c commit 34aa3aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-20.04']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
pytorch-version: ['2.4.0'] # Must be the most recent version that meets requirements-cuda.txt.
cuda-version: ['11.8', '12.1']
os: ["ubuntu-20.04"]
python-version: ["3.10", "3.11", "3.12"]
pytorch-version: ["2.4.0"] # Must be the most recent version that meets requirements-cuda.txt.
cuda-version: ["11.8", "12.1"]

steps:
- name: Checkout
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- name: Install CUDA ${{ matrix.cuda-version }}
run: |
Expand Down

0 comments on commit 34aa3aa

Please sign in to comment.