We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e49ed7 commit 5f850afCopy full SHA for 5f850af
.github/workflows/stubtest.yml
@@ -34,9 +34,7 @@ jobs:
34
- name: Update pip
35
run: python -m pip install -U pip
36
- name: Install dependencies
37
- # Temporarily hard-code the mypy version used for stubtest
38
- # run: pip install $(grep tomli== requirements-tests.txt) (grep mypy== requirements-tests.txt)
39
- run: pip install mypy==0.910
+ run: pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
40
- name: Run stubtest
41
run: python tests/stubtest_stdlib.py
42
0 commit comments