You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this repo being private, and us doing a cruft check in lint.sh, we would need to add secrets to each repo created... which is a hassle and conflicts with cookiecutter's ease of use
Some work has been done on this over the weekend, but the pipelines are still failing.
For some reason gh actions cannot pull this repo in the cruft check command. I assume it will be some kind of caching, because this repo used to be private.
After some more research, I found out that I was using git protocol, which does not work by default in gh actions. So updating to use https protocol solved that one.
Clearly the knowledge on github actions should be improved.
Linting is trimmed down, but testing is still done on multiple os'es and multiple python versions. This should be trimmed down as well
The text was updated successfully, but these errors were encountered: