Skip to content

Commit 0b8b7cf

Browse files
committed
debug
1 parent 22c8e19 commit 0b8b7cf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.evergreen/run-tests.sh

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

3333
# List the packages.
34-
echo "Using UV_ARGS='${UV_ARGS}'"
34+
uv pip ${UV_ARGS} list
3535
exit 1
36-
uv sync ${UV_ARGS} --reinstall
37-
uv pip list
38-
3936
# Start the test runner.
40-
uv run .evergreen/scripts/run_tests.py "$@"
37+
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
4138

4239
popd

0 commit comments

Comments
 (0)