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 14, 2024
1 parent 47362d5 commit 5b6eb9e
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 @@ -33,9 +33,9 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest (f_855)
run: |
pytest data/clean/f_855*.py
# - name: Test with pytest (f_855)
# run: |
# pytest data/clean/f_855*.py
- name: Test processed data with pytest and doctest (jenny)
run: |
pytest --doctest-modules data/processed/*jenny_w_doc.py
Expand Down

0 comments on commit 5b6eb9e

Please sign in to comment.