Closed
Description
Bug report
Link: https://github.com/python/cpython/actions/runs/15042957047/job/42278775691
Error: The template is not valid. .github/workflows/build.yml (Line: 629, Col: 24): Error reading JToken from JsonReader. Path '', line 0, position 0.
##[debug]GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. .github/workflows/build.yml (Line: 629, Col: 24): Error reading JToken from JsonReader. Path '', line 0, position 0.
##[debug] at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
##[debug] at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateEvaluator.EvaluateStepInputs(TemplateToken token, DictionaryContextData contextData, IList`1 expressionFunctions)
##[debug] at GitHub.Runner.Worker.ActionRunner.RunAsync()
##[debug] at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
##[debug]Finishing: Check whether the needed jobs succeeded or failed
Activity
[-]`All required checks pass` job constantly fails on 3.13[/-][+]`All required checks pass` job constantly fails on 3.13 and 3.14[/+]picnixz commentedon May 15, 2025
cc @AA-Turner I think you changed the detection and Hugo said something on the discord about the detection not knowing between a PR and not a PR (but I'm not sure)
hugovk commentedon May 15, 2025
Looks like this is fixed with the merge of #133671 and backports:
sobolevn commentedon May 17, 2025
Awesome, thank you!