We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabc529 commit c80c4beCopy full SHA for c80c4be
.github/workflows/main.yml
@@ -72,7 +72,7 @@ jobs:
72
python -VV
73
python -m site
74
python -m pip install --upgrade pip
75
- python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
+ python -m pip install --upgrade virtualenv tox tox-gh-actions
76
- name: Run tox targets for ${{ matrix.python-version }}
77
run: python -m tox
78
0 commit comments