Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faberno authored Oct 4, 2024
1 parent 7f80603 commit 8f5c92e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
submodules: true
- run: git submodule update --init --recursive

# Used to host cibuildwheel
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build CUDA Linux Wheels
run: python -m cibuildwheel --output-dir wheelhouse/cuda
if: runner.os == 'Linux'
Expand Down

0 comments on commit 8f5c92e

Please sign in to comment.