We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e32a1 commit 1784e2cCopy full SHA for 1784e2c
.evergreen/scripts/setup-dev-env.sh
@@ -30,8 +30,8 @@ if [ ! -d $BIN_DIR ]; then
30
fi
31
export UV_PYTHON=${PYTHON_BINARY}
32
echo "export UV_PYTHON=$UV_PYTHON" >> $HERE/env.sh
33
+ echo "Using python $UV_PYTHON"
34
-echo "Using python $UV_PYTHON"
35
uv sync --frozen
36
uv run --frozen --with pip pip install -e .
37
echo "Setting up python environment... done."
0 commit comments