Skip to content

Commit

Permalink
Fix test_python matrix (#1579)
Browse files Browse the repository at this point in the history
This fixes the matrix for `test_python` to allow for CUDA 11.4. Fixes a testing regression from #1542.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #1579
  • Loading branch information
KyleFromNVIDIA authored and rongou committed Jun 17, 2024
1 parent f91a680 commit e61bf52
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,21 +294,15 @@ dependencies:
packages:
- pytest
- pytest-cov
# Needed for numba in tests
specific:
- output_types: conda
matrices:
- matrix:
arch: x86_64
cuda: "11.8"
packages:
- nvcc_linux-64=11.8
- matrix:
arch: aarch64
cuda: "11.8"
packages:
- nvcc_linux-aarch64=11.8
# Needed for numba in tests on CUDA 12+ since Conda CI environments
# do not have a CUDA compiler preinstalled. Wheel tests are run on
# images that supply a CUDA compiler.
- matrix:
cuda: "12.*"
packages:
- cuda-nvcc
- matrix:
packages:

0 comments on commit e61bf52

Please sign in to comment.