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 a3b66b9 commit 8422db4Copy full SHA for 8422db4
.evergreen/scripts/teardown-tests.sh
@@ -21,4 +21,5 @@ else
21
fi
22
23
# Teardown the test runner.
24
-uv run $SCRIPT_DIR/teardown_tests.py
+UV=${UV_BINARY:-uv}
25
+$UV run $SCRIPT_DIR/teardown_tests.py
0 commit comments