Skip to content

Commit

Permalink
PYTHON-5112 - Fix just install (#2095)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1784e2c)
  • Loading branch information
NoahStapp authored and blink1073 committed Feb 6, 2025
1 parent ed21a18 commit d030130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/scripts/setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit d030130

Please sign in to comment.