Skip to content

Commit b7795c7

Browse files
authored
change wd (#206)
1 parent ac161de commit b7795c7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tool_benchmarks.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ jobs:
3030
poetry install --with test,lint,typing,docs
3131
3232
- name: Multiverse math benchmark
33-
run: poetry run python scripts/multiverse_math_benchmark.py
33+
34+
run: |
35+
cd scripts
36+
poetry run python multiverse_math_benchmark.py
3437
3538
- name: Query analysis benchmark
36-
run: poetry run python scripts/query_analysis_benchmark.py
39+
run: |
40+
cd scripts
41+
poetry run python query_analysis_benchmark.py

0 commit comments

Comments
 (0)