Skip to content

Commit f21b970

Browse files
committed
debug
1 parent a0aeba3 commit f21b970

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
@@ -38,6 +38,6 @@ uv pip list
3838
trap "uv sync" EXIT HUP
3939

4040
# Start the test runner.
41-
uv run .evergreen/scripts/run_tests.py "$@"
41+
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
4242

4343
popd

0 commit comments

Comments
 (0)