Skip to content

Commit 3102945

Browse files
committed
Changing the installation style for jwcrypto
1 parent f203284 commit 3102945

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
cd bmh_admin_portal_backend/lambdas/lambda_authorizer
6060
pip --version
6161
pip install -r requirements.txt
62+
echo "Installing dependencues to run the unit tests"
63+
pip install jwcrypto==1.5.6
6264
pip install pytest pytest-cov
6365
- name: Run test
6466
run: |
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
PyJWT==2.4.0
22
cryptography==42.0.6
3-
jwcrypto==1.5.6

0 commit comments

Comments
 (0)