Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sndmndss authored Apr 29, 2024
1 parent ebae811 commit 7405ee0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ 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: |
pytest
run: pytest
env:
PUBLIC_KEY: ${ { secrets.PUBLIC_KEY } }
SECRET_KEY: ${ { secrets.SECRET_KEY } }

0 comments on commit 7405ee0

Please sign in to comment.