diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e6eb0..5c44e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,10 +51,7 @@ jobs: - name: Install package and dependencies run: | python -m pip install --upgrade pip setuptools build - python -m pip install .[lint,test] - - name: Check types with mypy - run: | - mypy + python -m pip install .[test] - name: Test with pytest run: | pytest --cov=electrolytes