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 dbe783d commit 5c2a7a4Copy full SHA for 5c2a7a4
.evergreen/run-tests.sh
@@ -5,8 +5,6 @@ SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
5
SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"
6
ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
7
8
-pushd $ROOT_DIR
9
-
10
export PIP_QUIET=1 # Quiet by default
11
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
12
export UV_FROZEN=1 # Do not modify lock files
@@ -27,6 +25,8 @@ else
27
25
echo "Missing test inputs, please run 'just setup-test'"
28
26
fi
29
+pushd $ROOT_DIR
+
30
# Source the local secrets export file if available.
31
if [ -f "./secrets-export.sh" ]; then
32
. "./secrets-export.sh"
0 commit comments