Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
- name: Test with PyTest
run: |
pytest --cov=inflammation.models tests/test_models.py
pytest --cov=inflammation.models tests/test_patient.py
pytest --cov=inflammation.serializers tests/test_serializers.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following optional packages are required to run Inflam's unit tests:

## Installation/deployment

After cloning the repository ([download](https://github.com/CESumner/python-intermediate-inflammation.git)) the attached requirements file can be used to install dependencies with:
After cloning the repository ([download](https://github.com/hangqianjun/python-intermediate-inflammation.git)) the attached requirements file can be used to install dependencies with:

> $ pip3 install -r requirements.txt

Expand Down