Skip to content

Commit 476b99f

Browse files
committed
fix(ci): move from pip-tools to poetry on layers reusable workflow
1 parent 5e4856e commit 476b99f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
steps:
5656
- name: checkout
5757
uses: actions/checkout@v3
58+
- name: Install poetry
59+
run: pipx install poetry
5860
- name: aws credentials
5961
uses: aws-actions/configure-aws-credentials@v1
6062
with:
@@ -74,8 +76,7 @@ jobs:
7476
npm install -g [email protected]
7577
cdk --version
7678
- name: install deps
77-
run: |
78-
pip install -r requirements.txt
79+
run: poetry install
7980
- name: Download artifact
8081
uses: actions/download-artifact@v3
8182
with:

0 commit comments

Comments
 (0)