Skip to content

Commit 25de0d9

Browse files
committed
github actions manual cdk install 2
1 parent 4d6d2da commit 25de0d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/aws.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: uv export --project pyproject.toml --no-emit-project --no-hashes > ./infrastructure/requirements.txt
4646
- name: check requirements
4747
run: cat infrastructure/requirements.txt
48+
- name: check pip freeze
49+
run: pip freeze
4850
- name: install cdk
4951
run: npm install -g aws-cdk
5052
- name: cdk synth

0 commit comments

Comments
 (0)