Open
Description
We have a CI check in edx-internal called check-private-dependencies
that checks if all of the regular PyPI private_requirements.txt
are installable.
Acceptance criteria:
- Expand this to cover
git+https
/git+ssh
dependencies as well- Will likely require rewriting URLs to all be
git+https
- Will likely require using
GITHUB_TOKEN
, as these are generally in private repos
- Will likely require rewriting URLs to all be