Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jul 24, 2024
1 parent 2ce5614 commit f41a7ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,21 @@ jobs:
brew install coreutils python3 pcre gnu-sed
- name: Install missing Python packages
if: matrix.os == 'macos-12' || matrix.os == 'macos-13'
run: |
python3 -m pip install pip --upgrade
python3 -m pip install pytest
python3 -m pip install pytest-timeout
python3 -m pip install psutil
- name: Install missing Python packages (macos)
if: matrix.os == 'macos-14'
run: |
brew install pipx
pipx install pytest
pipx install pytest-timeout
pipx install psutil
- name: Build cppcheck
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
Expand Down

0 comments on commit f41a7ba

Please sign in to comment.