Skip to content

Commit 44e65b7

Browse files
authored
Update ci.yml
1 parent 8cc8d49 commit 44e65b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
24-
pip install coverage
24+
pip install "coverage[toml]"
2525
2626
- name: Run tests with coverage
2727
run: |

0 commit comments

Comments
 (0)