build: make pip_requirements a prereq for production-requirements #206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When trying to deploy enterprise-subsidy using a Ansible playbook based on the edx_django_service role - openedx-unsupported/configuration#7107, the production requirements fail to install as the pip-tools are missing. This commit makes installing pip-tools a prereq for install production-requirements.
Testing instructions
Running
make production-requirements
after a fresh clone completes without fail.Merge checklist