Skip to content

Commit da97bf3

Browse files
committed
fix pip enviroment.
1 parent 383a8fc commit da97bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
run: echo $PATH && export PATH=$PATH:/home/runner/.local/bin && echo $PATH && export PYTHONPATH=$PYTHONPATH:/home/runner/.local/bin
287287

288288
- name: Install coveralls
289-
run: pip install --user cpp-coveralls
289+
run: pipx install cpp-coveralls
290290
shell: bash
291291

292292
- name: Create Build Environment

0 commit comments

Comments
 (0)