Skip to content

Commit 36ce602

Browse files
committed
fixed deployment code
1 parent 7c3e22b commit 36ce602

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
run: |
3737
npm install -g [email protected]
3838
39-
- uses: actions/setup-python@v3
39+
- name: Install Poetry
40+
uses: snok/install-poetry@v1
41+
42+
- uses: actions/setup-python@v5
4043
with:
41-
python-version: '3.11'
44+
python-version: '3.12'
4245

4346
- name: Deploy stack
4447
env:
@@ -67,5 +70,5 @@ jobs:
6770

6871
working-directory: ./cdk
6972
run: |
70-
pip install -r requirements.txt
73+
poetry install
7174
cdk deploy openaq-ingest-aeolus --require-approval never

0 commit comments

Comments
 (0)