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 c2f0a6e commit 888b7f0Copy full SHA for 888b7f0
.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
# Start the test runner.
0 commit comments