Skip to content

Commit

Permalink
Install qslib when running mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Oct 13, 2024
1 parent c6c55b8 commit a0346a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
python -m pip install --upgrade pip setuptools_scm[toml] wheel setuptools
python -m pip install --upgrade attrs types-attrs
python -m pip install flake8 tox mypy
python -m pip install .
- name: Mypy
run: |
mypy --cache-dir .mypy_cache --install-types --non-interactive ./src
Expand Down

0 comments on commit a0346a2

Please sign in to comment.