Sync uv before running commands
This commit is contained in:
parent
dde95c8d5f
commit
1260ada498
1 changed files with 2 additions and 0 deletions
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue