Skip to content

Commit eaefdf0

Browse files
committed
Generate ci requirements when generating other requirements
1 parent 7e8b66d commit eaefdf0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pip-update: ## Uses pip-compile to update requirements.txt for upgrading a speci
6464
bash -c 'apt-get update && apt-get install gcc libpq-dev -y && \
6565
pip install pip-tools && \
6666
pip-compile --generate-hashes --no-header --allow-unsafe --upgrade-package $(PACKAGE) --output-file requirements.txt requirements.in && \
67+
pip-compile --generate-hashes --no-header --allow-unsafe --upgrade-package $(PACKAGE) --output-file ci-requirements.txt ci-requirements.in && \
6768
pip-compile --generate-hashes --no-header --allow-unsafe --upgrade-package $(PACKAGE) --output-file dev-requirements.txt dev-requirements.in'
6869

6970
.PHONY: pip-upgrade

0 commit comments

Comments
 (0)