Skip to content

Commit cad52d4

Browse files
committed
put cuda_bindings / cuda_core to error message to be best accurate
1 parent 72dd20d commit cad52d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/tools/check_pixi_cuda_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main() -> int:
5757

5858
if errors:
5959
print(
60-
f"error: pixi cuda-version pins out of sync with "
60+
f"error: cuda_bindings/cuda_core pixi cuda-version pins out of sync with "
6161
f"ci/versions.yml cuda.build.version={build_version!r} "
6262
f"(expected pin {expected!r}):",
6363
file=sys.stderr,

0 commit comments

Comments
 (0)