Skip to content

Commit 41c8cea

Browse files
committed
github actions manual cdk install 5
1 parent 605cfd6 commit 41c8cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: check requirements
5151
run: cat infrastructure/requirements.txt
5252
- name: install requirements
53-
run: pip install -U infrastructure/requirements.txt
53+
run: pip install -U -r infrastructure/requirements.txt
5454
- name: check pip freeze
5555
run: pip freeze
5656
- name: install cdk

0 commit comments

Comments
 (0)