We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc8d49 commit 44e65b7Copy full SHA for 44e65b7
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