-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Support using git for dependencies in test-installation
#222
Conversation
test-installation
Updating the tests should be just: Ideally this repo should get the fix. I plan to dedicate some time to repo-config in a not so distant future, if you didn't take care of it until then I can take it over. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marking as needing changes so it is more obvious in the PR list. Basically this needs:
- Update this project with the fix
- Fix tests
- Split the cleaning of the docker image in its own commit
- Improve the commit description a bit
16e112d
to
4ed2378
Compare
OK, I took over this one and updated with the missing stuff. But now it needs an approval from someone else :) |
Yeah, I can't approve this, being the author and all. |
When git dependencies are used in the `pyproject.toml` file, the `test-installation` CI job fails because git is not installed, so the dependencies can't be retrieved. We install git in the container to fix this. Signed-off-by: Mathias L. Baumann <[email protected]> Co-authored-by: Leandro Lucarella <[email protected]>
4ed2378
to
a30ce51
Compare
Fix the CI test that fails when dependencies in pyproject.toml contain git urls.
I didn't have time to update the tests, feel free to take over.