Skip to content

Commit 89eb437

Browse files
committed
fix: try to make coveralls installed only in github ci env [3]
1 parent 8589e91 commit 89eb437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install tox and its plugins
4141
run: uv tool install tox --with tox-uv --with tox-gh-actions
4242
- name: Install some additional dependencies
43-
run: uv pip install coveralls
43+
run: uv pip install --system coveralls
4444
- name: Test with tox
4545
run: tox
4646
env:

0 commit comments

Comments
 (0)