action.yml -> add pytest-cov dependency to setup

This commit is contained in:
jdegenstein 2024-12-17 11:43:54 -06:00 committed by GitHub
parent 36a89eafad
commit e36ab04cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,5 +17,6 @@ runs:
pip install wheel
pip install mypy
pip install pytest
pip install pytest-cov
pip install pylint
pip install .