Skip to content

Commit 1b93617

Browse files
committed
ci: install pytest-cov in quick-check and full tests
1 parent 47a4245 commit 1b93617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd backend
6464
pip install -r requirements.txt
65-
pip install pytest-xdist pytest-timeout flake8 black PyNaCl base58
65+
pip install pytest-cov pytest-xdist pytest-timeout flake8 black PyNaCl base58
6666
6767
- name: Install Node dependencies
6868
run: |

0 commit comments

Comments
 (0)