Skip to content

Commit f41a7ba

Browse files
committed
s
1 parent 2ce5614 commit f41a7ba

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,21 @@ jobs:
369369
brew install coreutils python3 pcre gnu-sed
370370
371371
- name: Install missing Python packages
372+
if: matrix.os == 'macos-12' || matrix.os == 'macos-13'
372373
run: |
373374
python3 -m pip install pip --upgrade
374375
python3 -m pip install pytest
375376
python3 -m pip install pytest-timeout
376377
python3 -m pip install psutil
377378
379+
- name: Install missing Python packages (macos)
380+
if: matrix.os == 'macos-14'
381+
run: |
382+
brew install pipx
383+
pipx install pytest
384+
pipx install pytest-timeout
385+
pipx install psutil
386+
378387
- name: Build cppcheck
379388
run: |
380389
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"

0 commit comments

Comments
 (0)