Skip to content

Commit

Permalink
refactor(workflows): remove redundant mypy test definitions (reuse sh…
Browse files Browse the repository at this point in the history
…ell script)
  • Loading branch information
christgau committed Oct 5, 2024
1 parent ce68c1b commit 4ea0963
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/static-analyses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ jobs:
- name: mypy type check
run: |
pip install mypy==0.910
mypy --python-version=3.7 src/wsdd.py
mypy --python-version=3.8 src/wsdd.py
mypy --python-version=3.9 src/wsdd.py
mypy --python-version=3.10 src/wsdd.py
mypy --python-version=3.11 src/wsdd.py
mypy --python-version=3.12 src/wsdd.py
pip install mypy==1.0
test/linting/mypy.sh

0 comments on commit 4ea0963

Please sign in to comment.