Skip to content

Commit a306600

Browse files
committed
update uv python version for benchmark
1 parent 47f75ce commit a306600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytonctrl/mytonctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def run_benchmark(args: list):
428428
with get_package_resource_path('mytonctrl', 'scripts/benchmark.py') as benchmark_path:
429429
shutil.copy(benchmark_path, tmp_dir / "benchmark.py")
430430

431-
subprocess.run(["uv", "init", "--no-workspace", "--name", "benchmark"], cwd=tmp_dir, check=True)
431+
subprocess.run(["uv", "init", "--python", "3.13", "--no-workspace", "--name", "benchmark"], cwd=tmp_dir, check=True)
432432

433433
src_dir = Path("/usr/src/ton")
434434
test_dir = tmp_dir / "test"

0 commit comments

Comments
 (0)