Sync uv before running commands

This commit is contained in:
Marty Oehme 2025-10-07 13:33:38 +02:00
parent dde95c8d5f
commit 1260ada498
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -25,9 +25,11 @@ versioned:
# requires python dev dependencies, thus to be running in venv
validate:
uv sync --dev --locked
uv run pytest
# requires python dependencies for http interactions
# 2018-05-09 is the first date of recording available
getraw:
uv sync --locked
uv run python src/get_raw.py --dir input --delay 1 2018-05-09