Skip to content

Commit 2a5148c

Browse files
committed
add docstring
1 parent 32cdff3 commit 2a5148c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/tools/check_pixi_cuda_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818

1919
def main() -> int:
20+
"""Verify cuda_bindings/cuda_core pixi cu13 pins match ci/versions.yml."""
2021
if not VERSIONS_FILE_PATH.is_file():
2122
print(f"error: {VERSIONS_FILE_PATH} not found", file=sys.stderr)
2223
return 2

0 commit comments

Comments
 (0)