Skip to content

Commit 888b7f0

Browse files
committed
use --reinstall
1 parent c2f0a6e commit 888b7f0

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
@@ -31,7 +31,7 @@ if [ -f "./secrets-export.sh" ]; then
3131
fi
3232

3333
# List the packages.
34-
uv sync ${UV_ARGS}
34+
uv sync ${UV_ARGS} --reinstall
3535
uv pip list
3636

3737
# Start the test runner.

0 commit comments

Comments
 (0)