Unbreak CI (3.14 + cython) #7120
Annotations
1 error
|
Invalid workflow file:
.github/workflows/ci.yml#L184
The workflow is not valid. .github/workflows/ci.yml (Line: 184, Col: 24): Unexpected symbol: '#'. Located at position 86 within expression: (
endsWith(matrix.python, '-dev')
|| endsWith(matrix.python, '-nightly')
# 3.14+windows has very broken cffi
|| matrix.python == '3.14'
)
&& true
|| false .github/workflows/ci.yml (Line: 184, Col: 24): Unexpected value '${{
(
endsWith(matrix.python, '-dev')
|| endsWith(matrix.python, '-nightly')
# 3.14+windows has very broken cffi
|| matrix.python == '3.14'
)
&& true
|| false
}}'
|