Skip to content

Commit

Permalink
add cuda to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
faberno authored Oct 3, 2024
1 parent 19fe49e commit e477c34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
os: [ubuntu-latest, windows-latest]

steps:
- name: Fetch CUDA toolkit
uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '12.5.0'
linux-local-args: '["--toolkit"]'

- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit e477c34

Please sign in to comment.