From 3f8df9a4e156aaad50f00456989c066bae249e7b Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Tue, 6 Aug 2024 15:14:52 -0700 Subject: [PATCH] change wd --- .github/workflows/tool_benchmarks.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tool_benchmarks.yml b/.github/workflows/tool_benchmarks.yml index fb6c54e..bb52266 100644 --- a/.github/workflows/tool_benchmarks.yml +++ b/.github/workflows/tool_benchmarks.yml @@ -30,7 +30,12 @@ jobs: poetry install --with test,lint,typing,docs - name: Multiverse math benchmark - run: poetry run python scripts/multiverse_math_benchmark.py + + run: | + cd scripts + poetry run python multiverse_math_benchmark.py - name: Query analysis benchmark - run: poetry run python scripts/query_analysis_benchmark.py \ No newline at end of file + run: | + cd scripts + poetry run python query_analysis_benchmark.py \ No newline at end of file