chore: cache uv .venv in cicd

This commit is contained in:
Benjamin Labrecque
2026-07-10 11:19:54 +02:00
parent 17db21ca75
commit 7064e2b793
+1
View File
@@ -44,6 +44,7 @@ jobs:
run: |
# Only create the venv if the cache didn't restore an existing one
if [ ! -d ".venv" ]; then
echo "Building new .venv"
uv venv .venv
fi
uv sync --directory cli