Skip to content

Commit

Permalink
disable mypy on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Feb 10, 2022
1 parent 1640daf commit 31430f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Expand Up @@ -68,6 +68,7 @@ jobs:
pip install .
- name: Run Mypy
run: mypy qcodes_contrib_drivers
if: matrix.python-version != '3.7'
- name: Run tests
run: |
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=setup.cfg qcodes_contrib_drivers
Expand Down

0 comments on commit 31430f4

Please sign in to comment.