Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz authored Apr 12, 2024
1 parent 3f53d0d commit 2f0d2fc
Showing 1 changed file with 3 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 @@ -31,8 +31,8 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
pytest --doctest-modules clean/*_w_doc.py
pytest clean/*_wo_doc.py
pytest --doctest-modules data/clean/*_w_doc.py
pytest data/clean/*_wo_doc.py

0 comments on commit 2f0d2fc

Please sign in to comment.