Skip to content

Commit 52bbb73

Browse files
committed
try without uv sync
1 parent 150211b commit 52bbb73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ if [ -f "./secrets-export.sh" ]; then
3131
fi
3232

3333
# List the packages.
34-
uv sync ${UV_ARGS} --reinstall
35-
uv run pip list
34+
uv run ${UV_ARGS} pip list
3635
exit 1
3736

3837
# Start the test runner.

0 commit comments

Comments
 (0)