Skip to content

Commit 16b1365

Browse files
committed
freeze the lock file
1 parent 9f777f5 commit 16b1365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ROOT_DIR="$(dirname $(dirname $SCRIPT_DIR))"
66

77
export PIP_QUIET=1 # Quiet by default
88
export PIP_PREFER_BINARY=1 # Prefer binary dists by default
9+
export UV_FROZEN=1 # Do not modify lock files
910

1011
# Try to source the env file.
1112
if [ -f $SCRIPT_DIR/scripts/env.sh ]; then

0 commit comments

Comments
 (0)