[Portuguese] Add "--python=3.10" flag to "pa_autoconfigure_django" command in the "Deploy!" step#1859
[Portuguese] Add "--python=3.10" flag to "pa_autoconfigure_django" command in the "Deploy!" step#1859Anemaygi wants to merge 1 commit intoDjangoGirls:masterfrom
Conversation
|
Recently I have the same issue. |
|
@das-g Hi Raphael, can we do something about the required checks? Would like to merge this one. Thanks! |
I don't think I have the required access level to circumvent required checks. For that you'll probably have to ask the owners of the DjangoGirls GitHub organization. As for why no status was reported by the build, I have no idea. Maybe @ekohl has some insight into that? https://github.com/DjangoGirls/tutorial/pull/1859/checks says "Workflow runs completed with no jobs", which isn't what I'd expect from our CI setup. |
|
In my experience, that's just what GitHub sometimes does. There are sometimes outages and it's best to force the checks to restart. I prefer to rebase the PR, but you can also close/open the PR. Given this was opened from someone's |
|
Closing to be able to re-open to force a rebuild. |
|
Reopening to force a rebuild. |
Changes in this pull request:
--python=3.10topa_autoconfigure_djangocommand in the "Deploy!" step of the portuguese tutorial. Without this flag, the incorrect version of Python is used, causing an error related to the Django version.Solves one of the problems from #1858