Skip to content

Commit feb4b45

Browse files
committed
debug
1 parent a417fbc commit feb4b45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -eu
44

55
# On Evergreen jobs, "CI" will be set, and we don't want to write to $HOME.
66
if [ "${CI:-}" == "true" ]; then
7+
echo "REALLY? $DRIVERS_TOOLS_BINARIES"
78
_BIN_DIR=${DRIVERS_TOOLS_BINARIES:-}
89
elif [ "Windows_NT" = "${OS:-}" ]; then
910
_BIN_DIR=$HOME/cli_bin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ ! -d $BIN_DIR ]; then
3636
echo "export UV_PYTHON=$UV_PYTHON" >> $HERE/env.sh
3737
echo "Using python $UV_PYTHON"
3838
fi
39-
echo "PATH=$PATH"
39+
4040
uv sync --frozen
4141
uv run --frozen --with pip pip install -e .
4242
echo "Setting up python environment... done."

0 commit comments

Comments
 (0)