Skip to content

Commit 9b22108

Browse files
committed
Fix coveralls
1 parent d0ec9f4 commit 9b22108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
container: python:3-slim
113113
steps:
114114
- name: Install coveralls
115-
run: uv pip install --upgrade coveralls
115+
run: pip install --upgrade coveralls
116116
- name: Finished
117-
run: uv run coveralls --finish || true
117+
run: coveralls --finish || true
118118
env:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)