We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589e91 commit 89eb437Copy full SHA for 89eb437
1 file changed
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install tox and its plugins
41
run: uv tool install tox --with tox-uv --with tox-gh-actions
42
- name: Install some additional dependencies
43
- run: uv pip install coveralls
+ run: uv pip install --system coveralls
44
- name: Test with tox
45
run: tox
46
env:
0 commit comments