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 a0aeba3 commit f21b970Copy full SHA for f21b970
.evergreen/run-tests.sh
@@ -38,6 +38,6 @@ uv pip list
38
trap "uv sync" EXIT HUP
39
40
# Start the test runner.
41
-uv run .evergreen/scripts/run_tests.py "$@"
+uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
42
43
popd
0 commit comments