install pytest

This commit is contained in:
2024-01-25 09:44:06 -05:00
parent eef1f2a0d6
commit 69daae25bf
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install pipenv
run: pip install pipenv
- name: Install dependencies
run: pipenv install --dev
run: pipenv install --dev && pip install pytest
# You can test your matrix by printing the current Python version
- name: Run the tests with pytest
run: make test