Skip to content

Commit

Permalink
remove mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Oct 9, 2023
1 parent b89c5c1 commit b4aeefb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
- name: Run flake8
- name: flake8
run: flake8 src
- name: Run mypy
run: mypy src
- name: Run tests
- name: Unit tests
run: python -m pytest --doctest-modules src/osmg/

0 comments on commit b4aeefb

Please sign in to comment.