Install pytest on CI

This commit is contained in:
Justin Spahr-Summers
2024-10-02 21:52:43 +01:00
parent 7f6c664d64
commit 2f5574917a

View File

@@ -16,4 +16,5 @@ jobs:
python-version: 3.8
- run: pip install .
- run: pip install -U pytest
- run: pytest