feat: switch to Uv
This commit is contained in:
parent
5c272b5110
commit
2814be8975
10 changed files with 538 additions and 852 deletions
|
|
@ -4,4 +4,6 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
exec poetry run python -m unwind "$@"
|
||||
python_bin=$(uv run command -v python)
|
||||
|
||||
exec "$python_bin" -m unwind "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue