Closed
Description
Bug report
This bug report is low-priority. I'm reporting the problem with github workflow. The part that checks whether ABI is up-to-date uses nonexistent -neq
operator, which should be spelled -ne
. As a result, this check is never fired.
Workflow file: https://github.com/python/cpython/actions/runs/3303180763/workflow#L85
Failure example: https://github.com/python/cpython/actions/runs/3303180763/jobs/5450809583#step:6:38
Your environment
Not related.
Introduced in this commit.
I'm going to submit a PR solving this issue soon.
UPD: what branch should I submit against? It is present on 3.x branches (3.7-3.11), but not on main.