Skip to content

Commit a17b3af

Browse files
Run pytype test with --print-stderr (#7656)
1 parent 321359c commit a17b3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: 3.9
4949
- run: pip install -r requirements-tests.txt
50-
- run: ./tests/pytype_test.py
50+
- run: ./tests/pytype_test.py --print-stderr
5151

5252
mypy:
5353
name: Run mypy against the stubs

0 commit comments

Comments
 (0)