Skip to content

Commit d030130

Browse files
NoahStappblink1073
authored andcommitted
PYTHON-5112 - Fix just install (#2095)
(cherry picked from commit 1784e2c)
1 parent ed21a18 commit d030130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ if [ ! -d $BIN_DIR ]; then
3030
fi
3131
export UV_PYTHON=${PYTHON_BINARY}
3232
echo "export UV_PYTHON=$UV_PYTHON" >> $HERE/env.sh
33+
echo "Using python $UV_PYTHON"
3334
fi
34-
echo "Using python $UV_PYTHON"
3535
uv sync --frozen
3636
uv run --frozen --with pip pip install -e .
3737
echo "Setting up python environment... done."

0 commit comments

Comments
 (0)