Skip to content

Commit a584175

Browse files
committed
Disable Ubuntu LTS ic-extension linter now that latest python3 one works.
1 parent 9580338 commit a584175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
9494
lint-c-ext-python3-ubuntu-lts:
9595
name: Sanity check c-extension module code in latest Ubuntu LTS python3
96+
if: ${{ false }} # Disabled now that the above job works
9697
runs-on: ubuntu-24.04
9798
steps:
9899
- name: Set up git, findutils and make with apt

0 commit comments

Comments
 (0)