Skip to content

Commit

Permalink
use absolute path to image
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed May 4, 2024
1 parent 9f03edc commit ed5ad60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/model-inference-with-timing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ jobs:
- name: Plot results
run: |
python plot_results.py -models ${{ needs.list_models.outputs.all_models }}
ls
echo "![Image](./pareto_front.png)" >> "$GITHUB_STEP_SUMMARY"
WORK_DIR=$(pwd)
echo "$WORK_DIR/pareto_front.png"
echo "![Image]($WORK_DIR/pareto_front.png)" >> "$GITHUB_STEP_SUMMARY"

0 comments on commit ed5ad60

Please sign in to comment.