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 f21b970 commit 4bf8d98Copy full SHA for 4bf8d98
.evergreen/run-tests.sh
@@ -31,7 +31,7 @@ if [ -f "./secrets-export.sh" ]; then
31
fi
32
33
# List the packages.
34
-uv sync ${UV_ARGS}
+uv sync ${UV_ARGS} --reinstall
35
uv pip list
36
37
# Ensure we go back to base environment after the test.
0 commit comments