diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d669a0..8a87fb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,12 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install dependencies + - name: Install CUDA tools + run: | + apt update + apt install nvidia-cuda-toolkit + + - name: Install Python dependencies run: | python -m pip install --upgrade pip pip install -r tests/requirements.txt