diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee8387b85..2f61b23d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: pip install -r ./requirements.txt - name: Run tests - run: pytest --mypy-ini-file=mypy.ini + run: pytest typecheck: runs-on: ubuntu-latest