Skip to content

Commit caa77b9

Browse files
committed
Reenable ubunto LTS c-extension linter since latest has gone AWOL with
low-level header error again.
1 parent b5e7719 commit caa77b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-c-ext-sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
grep '*** Cannot continue' splint.log && false
9696
9797
lint-c-ext-python3-ubuntu-lts:
98+
# Mainly fallback when the above job doesn't work
9899
name: Sanity check c-extension module code in latest Ubuntu LTS python3
99-
if: ${{ false }} # Disabled now that the above job works
100100
runs-on: ubuntu-24.04
101101
steps:
102102
- name: Set up git, findutils and make with apt

0 commit comments

Comments
 (0)