Skip to content

Commit aeae9b5

Browse files
committed
debug
1 parent 0b8b7cf commit aeae9b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ if [ -f "./secrets-export.sh" ]; then
3131
fi
3232

3333
# List the packages.
34-
uv pip ${UV_ARGS} list
34+
uv sync ${UV_ARGS} --with pip --reinstall
35+
uv run pip list
3536
exit 1
37+
3638
# Start the test runner.
37-
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
39+
uv run .evergreen/scripts/run_tests.py "$@"
3840

3941
popd

0 commit comments

Comments
 (0)