Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Feb 18, 2024
1 parent d634b5d commit 420a618
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 420a618

Please sign in to comment.