Skip to content

Commit f7a501c

Browse files
committed
Removing pytest-cov from dependencies
1 parent ef8529d commit f7a501c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
pip install -r requirements.txt
6262
echo "Installing dependencies to run the unit tests"
6363
pip install jwcrypto==1.5.6
64-
pip install pytest pytest-cov
64+
pip install pytest
6565
- name: Run test
6666
run: |
6767
cd bmh_admin_portal_backend/lambdas/lambda_authorizer

0 commit comments

Comments
 (0)