Skip to content

Commit 74dcbbf

Browse files
authored
Merge branch 'main' into di-447-update-data-quality-tests
2 parents 4d7c847 + cd84659 commit 74dcbbf

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 requirements > requirements.txt
99
. venv/bin/activate && sudo pip install --target ./lib -r requirements.txt
1010
rm -rf venv/

0 commit comments

Comments
 (0)