Commit a2ccf28
ci: constrain cuda-toolkit to match local CTK version
When LOCAL_CTK=1, the pip dependency group test-cu13 pulls in
cuda-toolkit[cudart]==13.* which resolves to the latest 13.x pip
wheel. This can install nvidia-cuda-runtime from a newer minor
version than the local CTK, causing version mismatches (e.g.,
nvjitlink 13.0 rejecting a 13.1 libcudadevrt.a).
Constrain cuda-toolkit to CUDA_VER's major.minor so pip installs
a version consistent with the local CTK.
Closes #1691
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1303028 commit a2ccf28
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
0 commit comments