Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oana-ctrl committed Jul 4, 2024
1 parent 1be7da1 commit f3067cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python3 -m pip install -r requirements.txt
- name: Test with PyTest
run: |
python3 -m pytest --cov=catchment.models tests/test_models.py
python3 -m pytest --cov=inflammation.models tests/test_models.py
- name: Check style with Pylint
run: |
python3 -m pylint --fail-under=8 --reports=y inflammation

0 comments on commit f3067cd

Please sign in to comment.