metadata
tags:
- hfjobs-uv-script
- uv
- python
viewer: false
test-multi-scripts
A collection of UV scripts for hfjobs.
Usage
Run any script using:
hfjobs uv run <script_name> --repo test-multi-scripts
Scripts
Script | Description | Command |
---|---|---|
test_uv_script.py | Test UV script for hfjobs uv run command. | hfjobs uv run test_uv_script.py --repo test-multi-scripts |
test_uv_script_v2.py | Advanced UV script demonstrating table updates. | hfjobs uv run test_uv_script_v2.py --repo test-multi-scripts |
Learn More
Learn more about UV scripts in the UV documentation.
Created with hfjobs