Skip to content

Commit

Permalink
remove --user
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Feb 12, 2024
1 parent 81b13df commit 3c37158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:

- name: Submit results to Coveralls using cpp-coveralls
run: |
python3 -m pip install --user cpp-coveralls
python3 -m pip install cpp-coveralls
python3 -m coveralls -r ./ -E ".*/tests/.*" -E ".*/build_test/.*" -E ".*/demo/.*" t ${{env.TOKEN}}

0 comments on commit 3c37158

Please sign in to comment.