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 320515c commit 1231138Copy full SHA for 1231138
.evergreen/run-tests.sh
@@ -32,7 +32,7 @@ $UV sync ${UV_ARGS} --reinstall
32
$UV pip list
33
34
# Ensure we go back to base environment after the test.
35
-trap "uv sync" EXIT HUP
+trap "${UV} sync" EXIT HUP
36
37
# Start the test runner.
38
$UV run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
0 commit comments