Skip to content

Commit

Permalink
Constrain CUDA in notebook testing to prevent CUDA 12.1 usage until w…
Browse files Browse the repository at this point in the history
…e have pynvjitlink (rapidsai#14648)

Our notebook tests will currently fail to run because CUDA 12.1 is now available on conda-forge. We need to constrain the testing environment (we already do this for non-notebook testing environments).

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#14648
  • Loading branch information
vyasr authored Dec 18, 2023
1 parent 3602816 commit bb047a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ files:
includes:
- notebooks
- py_version
- notebook_cuda_version
checks:
output: none
includes:
Expand Down Expand Up @@ -767,3 +768,8 @@ dependencies:
packages:
- ipython
- openpyxl
notebook_cuda_version:
common:
- output_types: conda
packages:
- cuda-version=12.0

0 comments on commit bb047a2

Please sign in to comment.