Skip to content

Commit c2f0a6e

Browse files
committed
fix usage of UV_PYTHON
1 parent b2b6998 commit c2f0a6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ def handle_test_env() -> None:
373373
run_command("tar xf single_and_multi_document.tgz", cwd=data_dir)
374374
write_env("TEST_PATH", str(data_dir))
375375
write_env("OUTPUT_FILE", str(ROOT / "results.json"))
376+
# Overwrite the UV_PYTHON from the env.sh file.
377+
write_env("UV_PYTHON", "")
376378

377379
UV_ARGS.append(f"--python={PERF_PYTHON_VERSION}")
378380

0 commit comments

Comments
 (0)