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 ea1dfb3 commit be936c0Copy full SHA for be936c0
.evergreen/run-tests.sh
@@ -28,7 +28,7 @@ fi
28
29
cleanup_tests() {
30
# Avoid leaving the lock file in a changed state when we change the resolution type.
31
- if [ -n "$TEST_MIN_DEPS" ]; then
+ if [ -n "${TEST_MIN_DEPS:-}" ]; then
32
git checkout uv.lock || true
33
fi
34
cd $PREV_DIR
0 commit comments