Skip to content

Commit ba24509

Browse files
committed
debug
1 parent 5521c81 commit ba24509

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export TMPDIR="$MONGO_ORCHESTRATION_HOME/db"
7777
export UV_TOOL_DIR="$UV_TOOL_DIR"
7878
export UV_CACHE_DIR="$UV_CACHE_DIR"
7979
export UV_TOOL_BIN_DIR="$DRIVERS_TOOLS_BINARIES"
80+
export PYMONGO_BIN_DIR="$PYMONGO_BIN_DIR"
8081
export PATH="$MONGODB_BINARIES:$DRIVERS_TOOLS_BINARIES:$PYMONGO_BIN_DIR:$PATH"
8182
# shellcheck disable=SC2154
8283
export PROJECT="${project:-mongo-python-driver}"

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -eux
3+
set -eu
44

55
HERE=$(dirname ${BASH_SOURCE:-$0})
66
pushd "$(dirname "$(dirname $HERE)")" > /dev/null

0 commit comments

Comments
 (0)