PYTHON-5112 - Fix just install (#2095)

This commit is contained in:
Noah Stapp 2025-01-29 15:35:00 -05:00 committed by GitHub
parent b4e32a1d83
commit 1784e2c4b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ if [ ! -d $BIN_DIR ]; then
fi
export UV_PYTHON=${PYTHON_BINARY}
echo "export UV_PYTHON=$UV_PYTHON" >> $HERE/env.sh
echo "Using python $UV_PYTHON"
fi
echo "Using python $UV_PYTHON"
uv sync --frozen
uv run --frozen --with pip pip install -e .
echo "Setting up python environment... done."