Skip to content

Commit f5b7b9b

Browse files
committed
ci(coverage): fix coverage
1 parent 1bab100 commit f5b7b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install -r test-requirements.txt
24+
python -m pip install .[test]
2525
- name: Generate coverage report
2626
run: |
2727
python -m coverage erase

0 commit comments

Comments
 (0)