Claudio Jolowicz
Claudio Jolowicz
Thanks for reporting this! Possibly related: https://github.com/actions/labeler/issues/136 **Edit:** Note that this is a different action that is also named labeler.
Saving the build log here for later reference. On Windows, the `pip install` step succeeded even though cookiecutter installation timed out. build log ``` Run pip install --constraint=.github/workflows/constraints.txt pip pip...
@eyllanesc I'm on the fence about adding this badge to generated projects. I was actually going to remove the Black and pre-commit badges, as well. I think that generated projects...
So I guess the idea here would be to `pip-compile` the requirements file in `.github/workflows/requirements.txt`. We recently switched to pipx in CI. There are now three environments: - the Nox...
On a related note, we don't enable Dependabot PRs for indirect dependencies in poetry.lock. It's a tradeoff between the churn of upgrading a large number of dependencies separately, and the...
A separate, but related problem: The steps generating the coverage report fail if the coverage does not reach the target, so the coverage report is not uploaded to Codecov.
Another idea (from #254): Make the generated project depend on this. This allows us to provide services to projects, e.g. improving the cupper/merge experience when the template changes, and potentially...
Hey @Spectre5 thanks for the feedback! Like you say, it's not feasible to test against all dependency versions that satisfy the constraints of your package. Installing without a lock file...
Thanks for elaborating, you're raising some interesting points! Here's another scenario where end users might not get the dependencies that are used in CI: This project template has an indirect...