We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8e84c commit 0140979Copy full SHA for 0140979
1 file changed
.github/workflows/mypy.yml
@@ -31,7 +31,7 @@ jobs:
31
python -VV
32
python -m site
33
python -m pip install --upgrade pip setuptools wheel
34
- python -m pip install tox
+ python -m pip install --upgrade tox virtualenv
35
36
- name: "Run mypy"
37
run: "python -m tox -e mypy"
0 commit comments