Skip to content

Commit a49f088

Browse files
fix makefile
1 parent f1de16d commit a49f088

File tree

1 file changed

+1
-1
lines changed
  • lambdas/icaseworks_api_ingestion

1 file changed

+1
-1
lines changed

lambdas/icaseworks_api_ingestion/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ install-requirements:
55
# the requirements are generated so that the packages
66
# could be downloaded and packaged up for the lambda
77

8-
. venv/bin/activate && sudo pipenv lock --requirements > requirements.txt
8+
. venv/bin/activate && sudo pipenv lock -r > requirements.txt
99
. venv/bin/activate && sudo pip install --target ./lib -r requirements.txt
1010
rm -rf venv/

0 commit comments

Comments
 (0)