We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a8fc commit da97bf3Copy full SHA for da97bf3
.github/workflows/test.yml
@@ -286,7 +286,7 @@ jobs:
286
run: echo $PATH && export PATH=$PATH:/home/runner/.local/bin && echo $PATH && export PYTHONPATH=$PYTHONPATH:/home/runner/.local/bin
287
288
- name: Install coveralls
289
- run: pip install --user cpp-coveralls
+ run: pipx install cpp-coveralls
290
shell: bash
291
292
- name: Create Build Environment
0 commit comments