mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
.github: don't duplicate python test with clang
This commit is contained in:
parent
dcb2225f03
commit
34518e433f
3
.github/workflows/test_unit_tests.yml
vendored
3
.github/workflows/test_unit_tests.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
|||||||
sitl
|
sitl
|
||||||
# examples,
|
# examples,
|
||||||
]
|
]
|
||||||
|
exclude:
|
||||||
|
- config: python-cleanliness
|
||||||
|
toolchain: clang
|
||||||
steps:
|
steps:
|
||||||
# git checkout the PR
|
# git checkout the PR
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user