We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6d2da commit 25de0d9Copy full SHA for 25de0d9
1 file changed
.github/workflows/aws.yml
@@ -45,6 +45,8 @@ jobs:
45
run: uv export --project pyproject.toml --no-emit-project --no-hashes > ./infrastructure/requirements.txt
46
- name: check requirements
47
run: cat infrastructure/requirements.txt
48
+ - name: check pip freeze
49
+ run: pip freeze
50
- name: install cdk
51
run: npm install -g aws-cdk
52
- name: cdk synth
0 commit comments