We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b6998 commit c2f0a6eCopy full SHA for c2f0a6e
.evergreen/scripts/setup_tests.py
@@ -373,6 +373,8 @@ def handle_test_env() -> None:
373
run_command("tar xf single_and_multi_document.tgz", cwd=data_dir)
374
write_env("TEST_PATH", str(data_dir))
375
write_env("OUTPUT_FILE", str(ROOT / "results.json"))
376
+ # Overwrite the UV_PYTHON from the env.sh file.
377
+ write_env("UV_PYTHON", "")
378
379
UV_ARGS.append(f"--python={PERF_PYTHON_VERSION}")
380
0 commit comments