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 16, 2024
1 parent f06780e commit d429c00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test processed data with pytest and doctest
run: |
pytest data/raw/*ratna*.py
# pytest --doctest-modules data/processed/*jenny_w_doc.py
# pytest --doctest-modules data/processed/*wenhao_w_doc.py
pytest --doctest-modules data/processed/*jenny_w_doc.py
pytest --doctest-modules data/processed/*wenhao_w_doc.py
# - name: Test processed data with pytest and no doctest
# run: |
# pytest data/processed/*_wo_doc.py

0 comments on commit d429c00

Please sign in to comment.