Skip to content

Commit 5096423

Browse files
committed
feat: fix CI's Coverage error
1 parent 785e46d commit 5096423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Dependency
2121
run: |
2222
python -m pip install -r dev-requirements.txt
23-
python -m pip install coveralls
23+
python -m pip install pytest coveralls
2424
2525
- name: Run Coverage
2626
run: |

0 commit comments

Comments
 (0)