Skip to content

Commit a21141d

Browse files
committed
test: add condition to test
1 parent 8736bd2 commit a21141d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,14 @@ jobs:
151151
fi
152152
153153
- name: Install clang-tools wheels
154+
if: matrix.version >= 13 # Only versions 13 and above have wheels
154155
run: |
155156
clang-tools-wheel --tool clang-format --version ${{ matrix.version }}
156157
clang-tools-wheel --tool clang-tidy --version ${{ matrix.version }}
157158
158159
- name: Check clang tool wheels
160+
if: matrix.version >= 13
161+
shell: bash
159162
run: |
160163
set -e
161164
echo "Checking clang-format and clang-tidy versions..."

0 commit comments

Comments
 (0)