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 cad52d4 commit f495bc0Copy full SHA for f495bc0
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