Skip to content

Commit

Permalink
fix: gpt-review action (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryz authored Oct 27, 2023
1 parent 7230ce4 commit 70dc523
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-pull-request-target-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
runs-on: ubuntu-latest
name: Azure OpenAI PR Comment
steps:
- name: Install dependencies
run: |
python -m pip install langchain==0.0.301
python -m pip install pydantic==1.10.13
python -m pip install gpt-review==v0.9.5
- id: review
uses: microsoft/[email protected]
with:
Expand Down

0 comments on commit 70dc523

Please sign in to comment.