Skip to content

Commit a32b008

Browse files
committed
ci: install cmake lint deps via pipx
1 parent 2483476 commit a32b008

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
clangtidy: true
7373
task: true
7474
doxygen: true
75+
python: true
7576

7677
- name: Test
7778
if: ${{ !cancelled() }}
@@ -82,5 +83,6 @@ jobs:
8283

8384
- name: Lint
8485
run: |
85-
python3 -m pip install --user cmakelint cmake-format
86+
pipx install cmakelint
87+
pipx install --include-deps cmake-format
8688
task lint

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ words:
4343
- deps
4444
- DOPT
4545
- dpkg
46+
- pipx
4647
- DTARGET
4748
- DVCPKG
4849
- dyld

0 commit comments

Comments
 (0)