mirror of https://github.com/ArduPilot/ardupilot
.github: don't duplicate python test with clang
This commit is contained in:
parent
dcb2225f03
commit
34518e433f
|
@ -27,6 +27,9 @@ jobs:
|
|||
sitl
|
||||
# examples,
|
||||
]
|
||||
exclude:
|
||||
- config: python-cleanliness
|
||||
toolchain: clang
|
||||
steps:
|
||||
# git checkout the PR
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue