Skip to content

Commit

Permalink
thanks erick (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Aug 6, 2024
1 parent d91944b commit ac161de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tool_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: poetry run python scripts/query_analysis_benchmark.py

0 comments on commit ac161de

Please sign in to comment.