We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327e134 commit 64997ffCopy full SHA for 64997ff
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install -r requirements.txt
24
- pip install coverage
+ pip install "coverage[toml]"
25
26
- name: Run tests with coverage
27
0 commit comments