diff --git a/.github/workflows/tool_benchmarks.yml b/.github/workflows/tool_benchmarks.yml index 72cb02e..fb6c54e 100644 --- a/.github/workflows/tool_benchmarks.yml +++ b/.github/workflows/tool_benchmarks.yml @@ -30,7 +30,7 @@ jobs: poetry install --with test,lint,typing,docs - name: Multiverse math benchmark - run: python scripts/multiverse_math_benchmark.py + run: poetry run python scripts/multiverse_math_benchmark.py - name: Query analysis benchmark - run: python scripts/query_analysis_benchmark.py \ No newline at end of file + run: poetry run python scripts/query_analysis_benchmark.py \ No newline at end of file