Skip to content

Commit

Permalink
deactivating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paraskuk committed Mar 22, 2024
1 parent c332fec commit c0992f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m pytest
#run: |
#python -m pytest
- name : Test with pytest Code Coverage
run: |
python -m pytest --cov=OpenAI
#run: |
#python -m pytest --cov=OpenAI
##- name : Pip audit check
##run: |
##pip-audit
Expand Down

0 comments on commit c0992f0

Please sign in to comment.