We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9ebd4 commit 1d302c5Copy full SHA for 1d302c5
.github/workflows/pythonpackage.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip wheel
24
pip install -r CI_REQUIREMENTS.txt
25
- pip install --upgrade asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar
+ pip install --upgrade asynctest mock pytest pytest-mock pytest-asyncio pytest-sugar pytest-cov
26
- name: Build package and install develop
27
28
python setup.py develop -v
0 commit comments