Skip to content

Commit

Permalink
Fix install-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 1, 2021
1 parent 4a30993 commit 261b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install-deps:
@## Create a requirements file & install openfisca's dependencies.
@$(call print_help,$@:)
python setup.py egg_info
pip install $(shell grep -v "^\[" *.egg-info/requires.txt)
pip install $(foreach dep,$(shell grep -v "^\[" *.egg-info/requires.txt),"${dep}")
@$(call print_pass,$@:)

## Build & install openfisca-core for deployment and publishing.
Expand Down

0 comments on commit 261b924

Please sign in to comment.