Skip to content

Commit

Permalink
Revert "CI: disable the mypy CI job (partial revert of gh-13613) (#13620
Browse files Browse the repository at this point in the history
)"

This reverts commit c7ae86e.
  • Loading branch information
rgommers committed Feb 28, 2021
1 parent a610c3a commit c9e6713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
- name: Install packages
run: |
python3.9 -m pip install --user numpy setuptools wheel cython pytest pytest-xdist pybind11 pytest-xdist pythran
python3.9 -m pip install -r mypy_requirements.txt
- name: Mypy
run: |
python3.9 -u runtests.py --mypy
- name: Test SciPy
run: |
Expand Down

0 comments on commit c9e6713

Please sign in to comment.