diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b26bf2a..da1ae459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: poetry install - name: Compile - run: poetry run mypy . + run: poetry run mypy . --exclude examples test: runs-on: ubuntu-20.04 steps: