Skip to content

Commit

Permalink
Building: Always re-generate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Dec 1, 2019
1 parent 38c5b32 commit 9cc7520
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 @@ -46,7 +46,7 @@ build_docs: ## Build documentation

install: build_package ## Install as a package
${PIP} install pipenv
test -f ./requirements.txt || ./.infrastructure/generate-requirements-txt.py
./.infrastructure/generate-requirements-txt.py
${SUDO} ${PIP} install -r ./requirements.txt
${SUDO} ${PY_BIN} ./setup.py install
which infracheck
Expand Down

0 comments on commit 9cc7520

Please sign in to comment.