File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ if [ -f $HOME/.visualStudioEnv.sh ]; then
4747 SSH_TTY=1 source $HOME /.visualStudioEnv.sh
4848 set -u
4949fi
50- uv sync --frozen
50+ uv sync
5151
5252echo " Setting up python environment... done."
5353
5454# Ensure there is a pre-commit hook if there is a git checkout.
5555if [ -d .git ] && [ ! -f .git/hooks/pre-commit ]; then
56- uv run --frozen pre-commit install
56+ uv run pre-commit install
5757fi
5858
5959popd > /dev/null
Original file line number Diff line number Diff line change 11# See https://just.systems/man/en/ for instructions
22set shell := [" bash" , " -c" ]
3- # Do not modify the lock file when running justfile commands.
4- export UV_FROZEN := " 1"
53
64# Commonly used command segments.
75typing_run := " uv run --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
@@ -16,7 +14,7 @@ default:
1614
1715[private ]
1816resync :
19- @ uv sync --quiet --frozen
17+ @ uv sync --quiet
2018
2119install :
2220 bash .evergreen/ scripts/ setup-dev-env .sh
You can’t perform that action at this time.
0 commit comments