Skip to content

Commit

Permalink
Another take on ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Sep 17, 2023
1 parent 4830b47 commit b0927bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest --ignore=pyweatherflow_forecast/test_module.py
pytest -k "not test_module.py"

0 comments on commit b0927bc

Please sign in to comment.