diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2f44c9..b002575 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: - name: Run mypy with nox shell: bash - run: nox --force-color -s mypy-${{ matrix.python-version }} --follow-imports + run: nox --force-color -s mypy-${{ matrix.python-version }} - name: Run tests with nox shell: bash