fix(ci/benchmark): Specify poetry env path for report conversion step

This commit is contained in:
Reinier van der Leer
2024-02-20 12:10:49 +01:00
parent 4ef912d734
commit c8a40727d1

View File

@@ -81,7 +81,7 @@ jobs:
# Convert JSON report to Markdown
markdown_report_file="$report_subfolder/report.md"
poetry run benchmark/reports/format.py "$json_report_file" > "$markdown_report_file"
poetry -C benchmark run benchmark/reports/format.py "$json_report_file" > "$markdown_report_file"
cat "$markdown_report_file" >> $GITHUB_STEP_SUMMARY
git config --global user.name 'GitHub Actions'