Skip to content

Commit

Permalink
Change a few tests to CUDA 11
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 28, 2024
1 parent 8b7e9e1 commit 53f6eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rapids_pre_commit_hooks/test_alpha_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
*(
[
(f"{p}-cu12", f"{p}-cu12", "development", f"{p}-cu12>=0.0.0a0"),
(f"{p}-cu12", f"{p}-cu12", "release", None),
(f"{p}-cu11", f"{p}-cu11", "release", None),
(f"{p}-cu12", f"{p}-cu12>=0.0.0a0", "development", None),
(f"{p}-cu12", f"{p}-cu12>=0.0.0a0", "release", f"{p}-cu12"),
(f"{p}-cu11", f"{p}-cu11>=0.0.0a0", "release", f"{p}-cu11"),
]
for p in alpha_spec.RAPIDS_CUDA_SUFFIXED_PACKAGES
)
Expand Down

0 comments on commit 53f6eec

Please sign in to comment.