From 1260ada4980d3518ed6d70461ca1e7584aba756a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 7 Oct 2025 13:33:38 +0200 Subject: [PATCH] Sync uv before running commands --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index c449c55..150e1dd 100644 --- a/justfile +++ b/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