We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321359c commit 1cd0f3aCopy full SHA for 1cd0f3a
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
python-version: 3.9
49
- run: pip install -r requirements-tests.txt
50
- - run: ./tests/pytype_test.py
+ - run: ./tests/pytype_test.py --print-stderr
51
52
mypy:
53
name: Run mypy against the stubs
0 commit comments