Skip to content

Commit

Permalink
ci: brew install gcovr instead of pip install
Browse files Browse the repository at this point in the history
`python3 -u -m pip install gcovr` raised
error: externally-managed-environment
  • Loading branch information
sergio-nsk committed Aug 14, 2024
1 parent f96f0e5 commit 2fbf787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ jobs:
- name: Generate coverage report
if: always() && matrix.codecov
run: |
python3 -u -m pip install --user gcovr
python3 -m gcovr \
brew install gcovr
gcovr \
--exclude-unreachable-branches \
--gcov-ignore-parse-errors \
--root . \
Expand Down

0 comments on commit 2fbf787

Please sign in to comment.