chore: cache uv .venv in cicd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user