diff --git a/.github/workflows/pytype-examples.yml b/.github/workflows/pytype-examples.yml index 69d5fc8b..b98b6744 100644 --- a/.github/workflows/pytype-examples.yml +++ b/.github/workflows/pytype-examples.yml @@ -45,6 +45,8 @@ jobs: - name: Debug run: | + python -c 'import docstring_parser; print(docstring_parser.__path__)' + python -c 'import termcolor; print(termcolor.__path__)' pytype --unresolved -v2 examples - name: Run PyType on examples