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 063676c commit ecd98b6
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 @@ -33,10 +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 processed data with pytest and doctest
- name: Test processed data with pytest
run: |
pytest --doctest-modules data/processed/*jenny_w_doc.py
pytest --doctest-modules data/processed/*wenhao_w_doc.py
sh script/run.sh
# - name: Test processed data with pytest and no doctest
# run: |
# pytest data/processed/*_wo_doc.py

0 comments on commit ecd98b6

Please sign in to comment.