Skip to content

Commit

Permalink
keep benchmark python version consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed May 9, 2024
1 parent 3336bba commit 6dcf83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _check_requirements(package: str) -> None:

def _prep_data_gen_env() -> None:
"""Create or access a separate, unchanging environment for generating test data."""
python_version = "3.12"
python_version = "3.10"
data_gen_var = "DATA_GEN_PYTHON"
if data_gen_var in environ:
echo("Using existing data generation environment.")
Expand Down

0 comments on commit 6dcf83f

Please sign in to comment.