Skip to content

Commit

Permalink
Update pytype-examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 11, 2023
1 parent 97467d5 commit 9b7c0ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytype-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
uses: ./.github/actions/install-examples

- name: Run PyType on examples
run: pytype examples
run: |
pip install docstring_parser
pytype examples

0 comments on commit 9b7c0ce

Please sign in to comment.