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 d7bfb05 commit 7969c87Copy full SHA for 7969c87
.evergreen/scripts/setup-dev-env.sh
@@ -37,6 +37,8 @@ if [ ! -d $BIN_DIR ]; then
37
fi
38
39
echo "HELLO: $(pwd)"
40
+echo "PATH=$PATH"
41
+ls
42
uv sync --frozen
43
uv run --frozen --with pip pip install -e .
44
echo "Setting up python environment... done."
0 commit comments