Skip to content

Commit 3165120

Browse files
install for now
1 parent 2f514fe commit 3165120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_python_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "updating uv..."
3232
update_uv
3333

3434
echo "installing python packages..."
35-
uv sync --frozen --all-extras
35+
PYTHONWARNINGS=default uv sync --frozen --all-extras
3636
source .venv/bin/activate
3737

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

0 commit comments

Comments
 (0)