We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605cfd6 commit 41c8ceaCopy full SHA for 41c8cea
.github/workflows/aws.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: check requirements
51
run: cat infrastructure/requirements.txt
52
- name: install requirements
53
- run: pip install -U infrastructure/requirements.txt
+ run: pip install -U -r infrastructure/requirements.txt
54
- name: check pip freeze
55
run: pip freeze
56
- name: install cdk
0 commit comments