Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
* `pipenv lock -r` is no more, it is now `pipenv requirements`
* had to recereate the virtualenv on 3.7
* don't have SAM installed anymore, now requires a binary download and
  installer (not pip/brew)

should really move this to CDK & GH Actions
  • Loading branch information
adilosa committed Nov 17, 2023
1 parent ff8b1b7 commit 2ea5786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pipfile.lock: Pipfile
pipenv lock

requirements.txt: Pipfile.lock
pipenv lock -r > requirements.txt
pipenv requirements > requirements.txt

packaged.yml: template.yml requirements.txt *.py
pipenv run cfn-lint template.yml
Expand Down

0 comments on commit 2ea5786

Please sign in to comment.