We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2b6b commit 81c03e6Copy full SHA for 81c03e6
1 file changed
.github/workflows/aws.yml
@@ -33,6 +33,7 @@ jobs:
33
run: pip install pipenv
34
- name: pipenv install
35
run: pipenv install -v --system --deploy --ignore-pipfile
36
+ - name: pipenv to requirements.txt
37
run: pipenv requirements > infrastructure/requirements.txt
38
- name: cdk diff
39
uses: youyo/aws-cdk-github-actions@v2
0 commit comments