Skip to content

Commit

Permalink
Upgrade pip and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed May 29, 2024
1 parent e9773ab commit 7ed8d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Install poetry
run: |
cd bmh_admin_portal_backend
python -m pip install --upgrade pip
pip --version
pip install poetry
pip install -r lambdas/lambda_authorizer/requirements.txt
poetry install -vv
pip install -r lambdas/lambda_authorizer/requirements.txt
- name: Run test
run: |
cd bmh_admin_portal_backend
Expand Down

0 comments on commit 7ed8d1e

Please sign in to comment.