diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a7cfda..0505337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - - name: Check typing - run: | - python -m mypy src - - name: Test run: | pytest + - name: Check typing + run: | + python -m mypy src +