.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
|
||||
# examples,
|
||||
]
|
||||
exclude:
|
||||
- config: python-cleanliness
|
||||
toolchain: clang
|
||||
steps:
|
||||
# git checkout the PR
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user