Skip to content

Commit

Permalink
remove pip audit
Browse files Browse the repository at this point in the history
  • Loading branch information
paraskuk committed Aug 5, 2023
1 parent 81c0708 commit 92a264b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name : Test with pytest Code Coverage
run: |
python -m pytest --cov=OpenAI
- name : Pip audit check
run: |
pip-audit
##- name : Pip audit check
##run: |
##pip-audit

3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import openai
import os

Expand Down Expand Up @@ -98,3 +99,5 @@ async def gpt_exception_handler(request: Request, exc: GPTException):
status_code=exc.status_code,
content={"error": str(exc)},
)


0 comments on commit 92a264b

Please sign in to comment.