Skip to content

Commit

Permalink
Remove all_requirements target from plugins makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Feb 17, 2023
1 parent eae945c commit 50cbb4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ build_all_plugins:
publish_all_plugins:
twine upload */dist/*

.PHONY: all_requirements
all_requirements:
./run_all_plugins.sh pip-compile requirements.in --upgrade --verbose

PLACEHOLDER := "__version__\ =\ \"0.0.0+develop\""
VERSION_FILE := "setup.py"

Expand Down

0 comments on commit 50cbb4d

Please sign in to comment.