Skip to content

Commit

Permalink
fix the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Dec 18, 2024
1 parent 405bb10 commit 89d76fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions postcode_lookup/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
build-ECPostcodeLookupFunction:
cp --recursive . "$(ARTIFACTS_DIR)/"
pip install --break-system-packages setuptools
pip install --upgrade -r requirements.txt --target "$(ARTIFACTS_DIR)/python/"
pip install --upgrade -r requirements.txt --target "$(ARTIFACTS_DIR)/"

build-BasicAuthFunction:
cp --recursive . "$(ARTIFACTS_DIR)/"
pip install --break-system-packages setuptools
pip install --upgrade -r requirements.txt --target "$(ARTIFACTS_DIR)/python/"
pip install --upgrade -r requirements.txt --target "$(ARTIFACTS_DIR)/"

0 comments on commit 89d76fa

Please sign in to comment.