Skip to content

Commit f4acf4f

Browse files
committed
s
1 parent 415ec25 commit f4acf4f

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
@@ -372,12 +372,21 @@ jobs:
372372
brew install coreutils python3 pcre gnu-sed
373373
374374
- name: Install missing Python packages
375+
if: matrix.os == 'macos-12' || matrix.os == 'macos-13'
375376
run: |
376377
python3 -m pip install pip --upgrade
377378
python3 -m pip install pytest
378379
python3 -m pip install pytest-timeout
379380
python3 -m pip install psutil
380381
382+
- name: Install missing Python packages (macos)
383+
if: matrix.os == 'macos-14'
384+
run: |
385+
brew install pipx
386+
pipx install pytest
387+
pipx install pytest-timeout
388+
pipx install psutil
389+
381390
- name: Build cppcheck
382391
run: |
383392
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"

0 commit comments

Comments
 (0)