Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
fix tabs
  • Loading branch information
mikebgrep authored Nov 9, 2024
1 parent 6e8b6de commit f4f9594
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,9 +35,9 @@ 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 and tox
env:
X_AUTH_HEADER: ${{ secrets.X_AUTH_HEADER }}
DJANGO_SECRET: ${{ secrets.DJANGO_SECRET }}
PAGINATION_PAGE_SIZE: 15
env:
X_AUTH_HEADER: ${{ secrets.X_AUTH_HEADER }}
DJANGO_SECRET: ${{ secrets.DJANGO_SECRET }}
PAGINATION_PAGE_SIZE: 15
run: |
tox -- -v

0 comments on commit f4f9594

Please sign in to comment.