Skip to content

Commit 9d2d2e4

Browse files
ci: fix codecov command
1 parent 528a7b2 commit 9d2d2e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: |
3939
tox -e docs
4040
41+
- name: Install Codecov
42+
if: matrix.python-version == '3.9'
43+
run: |
44+
pip install codecov
45+
4146
- name: Upload coverage to Codecov
4247
if: matrix.python-version == '3.9'
4348
run: |

0 commit comments

Comments
 (0)