.github: don't duplicate python test with clang

This commit is contained in:
Pierre Kancir 2023-02-03 23:05:57 +01:00 committed by Peter Barker
parent dcb2225f03
commit 34518e433f
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
sitl
# examples,
]
exclude:
- config: python-cleanliness
toolchain: clang
steps:
# git checkout the PR
- uses: actions/checkout@v3