We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f203284 commit 3102945Copy full SHA for 3102945
.github/workflows/ci.yaml
@@ -59,6 +59,8 @@ jobs:
59
cd bmh_admin_portal_backend/lambdas/lambda_authorizer
60
pip --version
61
pip install -r requirements.txt
62
+ echo "Installing dependencues to run the unit tests"
63
+ pip install jwcrypto==1.5.6
64
pip install pytest pytest-cov
65
- name: Run test
66
run: |
bmh_admin_portal_backend/lambdas/lambda_authorizer/requirements.txt
@@ -1,3 +1,2 @@
1
PyJWT==2.4.0
2
cryptography==42.0.6
3
-jwcrypto==1.5.6
0 commit comments