We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cdff3 commit 2a5148cCopy full SHA for 2a5148c
1 file changed
ci/tools/check_pixi_cuda_version.py
@@ -17,6 +17,7 @@
17
18
19
def main() -> int:
20
+ """Verify cuda_bindings/cuda_core pixi cu13 pins match ci/versions.yml."""
21
if not VERSIONS_FILE_PATH.is_file():
22
print(f"error: {VERSIONS_FILE_PATH} not found", file=sys.stderr)
23
return 2
0 commit comments