5
0
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:
Pierre Kancir 2023-02-03 23:05:57 +01:00 committed by Peter Barker
parent dcb2225f03
commit 34518e433f

View File

@ -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