Skip to content

Commit 429a848

Browse files
committed
try building only pymongo
1 parent b851024 commit 429a848

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
@@ -37,6 +37,6 @@ cleanup_tests() {
3737
trap "cleanup_tests" SIGINT ERR
3838

3939
# Start the test runner.
40-
uv run ${UV_ARGS} --reinstall .evergreen/scripts/run_tests.py "$@"
40+
uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
4141

4242
cleanup_tests()

0 commit comments

Comments
 (0)