Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Dec 19, 2024
1 parent e7ca6f3 commit 327f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_python_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "updating uv..."
update_uv

echo "installing python packages..."
PYTHONWARNINGS=default uv sync --frozen --all-extras
PYTHONWARNINGS=default uv --no-cache sync --frozen --all-extras
source .venv/bin/activate

echo "PYTHONPATH=${PWD}" > "$ROOT"/.env
Expand Down

0 comments on commit 327f294

Please sign in to comment.