Skip to content

Commit

Permalink
Update README.md (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
glenn-jocher and UltralyticsAssistant committed Jan 18, 2024
1 parent 792fd61 commit 507bca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ runs:
OPENAI_MODEL: ${{ inputs.openai_model }}
run: |
pip install --no-cache -q openai
python utils/run_pr_summary.py
# python utils/run_pr_summary.py
curl -o run_pr_summary.py "https://github.com/raw/ultralytics/actions/main/utils/run_pr_summary.py"
python run_pr_summary.py
shell: bash
continue-on-error: true

Expand Down

0 comments on commit 507bca2

Please sign in to comment.