Skip to content

Commit ac161de

Browse files
authored
thanks erick (#205)
1 parent d91944b commit ac161de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tool_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
poetry install --with test,lint,typing,docs
3131
3232
- name: Multiverse math benchmark
33-
run: python scripts/multiverse_math_benchmark.py
33+
run: poetry run python scripts/multiverse_math_benchmark.py
3434

3535
- name: Query analysis benchmark
36-
run: python scripts/query_analysis_benchmark.py
36+
run: poetry run python scripts/query_analysis_benchmark.py

0 commit comments

Comments
 (0)