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 9f777f5 commit 16b1365Copy full SHA for 16b1365
.evergreen/run-tests.sh
@@ -6,6 +6,7 @@ ROOT_DIR="$(dirname $(dirname $SCRIPT_DIR))"
6
7
export PIP_QUIET=1 # Quiet by default
8
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
9
+export UV_FROZEN=1 # Do not modify lock files
10
11
# Try to source the env file.
12
if [ -f $SCRIPT_DIR/scripts/env.sh ]; then
0 commit comments