Skip to content

Commit

Permalink
ci(cuda): install CUDA toolkit to build extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Apr 10, 2024
1 parent 8ecc1d3 commit 99c4cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-cuda-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install CUDA Toolkit
run: |
sudo apt-get update -y
sudo apt install nvidia-cuda-toolkit -y
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 99c4cfc

Please sign in to comment.