Skip to content

Commit

Permalink
Update python-checks.yml: typing uses 3.10+ syntax; auto # threads fo…
Browse files Browse the repository at this point in the history
…r test
  • Loading branch information
liffiton authored Jun 19, 2024
1 parent 9eb6c7f commit 5125a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
python -m pip install --upgrade pip wheel
pip install -e .[test]
- name: Type check with mypy
if: ${{ matrix.python-version >= 3.10 }}
run: |
mypy
- name: Test with pytest
run: |
pytest
pytest -n auto

0 comments on commit 5125a25

Please sign in to comment.