Skip to content

Commit

Permalink
Revert "tests: fix CUDA driver incompatibility"
Browse files Browse the repository at this point in the history
This reverts commit 15d7918.
  • Loading branch information
casperdcl committed Dec 8, 2023
1 parent 116d210 commit ab88073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
fetch-depth: 0
- name: Run setup-python
run: setup-python -p${{ matrix.python }} 'cuda-version<12' cupy
run: setup-python -p${{ matrix.python }} cupy
- name: pip install -U -e .[dev]
# in-place for pytest (-e . doesn't work yet for scikit-build-core)
run: |
Expand Down

0 comments on commit ab88073

Please sign in to comment.