Skip to content

Commit

Permalink
undo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Apr 12, 2024
1 parent b4858a8 commit 3f53d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
flake8 clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
pytest --doctest-modules data/clean/*_w_doc.py
pytest data/clean/*_wo_doc.py
pytest --doctest-modules clean/*_w_doc.py
pytest clean/*_wo_doc.py

0 comments on commit 3f53d0d

Please sign in to comment.