Skip to content

Commit 5c2a7a4

Browse files
committed
fix path handling
1 parent dbe783d commit 5c2a7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
55
SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"
66
ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
77

8-
pushd $ROOT_DIR
9-
108
export PIP_QUIET=1 # Quiet by default
119
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
1210
export UV_FROZEN=1 # Do not modify lock files
@@ -27,6 +25,8 @@ else
2725
echo "Missing test inputs, please run 'just setup-test'"
2826
fi
2927

28+
pushd $ROOT_DIR
29+
3030
# Source the local secrets export file if available.
3131
if [ -f "./secrets-export.sh" ]; then
3232
. "./secrets-export.sh"

0 commit comments

Comments
 (0)