Skip to content

Commit be936c0

Browse files
committed
fix script
1 parent ea1dfb3 commit be936c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
cleanup_tests() {
3030
# Avoid leaving the lock file in a changed state when we change the resolution type.
31-
if [ -n "$TEST_MIN_DEPS" ]; then
31+
if [ -n "${TEST_MIN_DEPS:-}" ]; then
3232
git checkout uv.lock || true
3333
fi
3434
cd $PREV_DIR

0 commit comments

Comments
 (0)