Skip to content

Commit

Permalink
Update action.yml (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 8, 2024
1 parent 3b6067b commit 018024e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ runs:
OPENAI_AZURE_API_KEY: ${{ inputs.openai_azure_api_key }}
OPENAI_AZURE_ENDPOINT: ${{ inputs.openai_azure_endpoint }}
OPENAI_MODEL: ${{ inputs.openai_model }}
# Note file must be run remotely, not with "python utils/run_pr_summary.py"
# Note file must be run remotely using requests, not with "python utils/run_pr_summary.py"
run: |
pip install -q openai
pip install -q openai requests
curl -s "https://github.com/raw/ultralytics/actions/main/utils/run_pr_summary.py" | python -
shell: bash
continue-on-error: true
Expand Down

0 comments on commit 018024e

Please sign in to comment.