Skip to content

Commit e3f4c1b

Browse files
committed
Change execution path of plot.py
1 parent 18f8bac commit e3f4c1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/soa-benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
cmake -B ${{github.workspace}}/build
1515
cmake --build ${{github.workspace}}/build
1616
- name: run benchmarks
17-
run: python3 ${{github.workspace}}/build/plot.py
17+
run: |
18+
cd ${{github.workspace}}/build
19+
python3 ../plot.py
1820
- name: upload results
1921
uses: actions/upload-artifact@v4
2022
with:

0 commit comments

Comments
 (0)