Skip to content

Commit

Permalink
fix(ci/benchmark): Specify poetry env path for report conversion step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Feb 20, 2024
1 parent 4ef912d commit c8a4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autogpts-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c8a4072

Please sign in to comment.