Skip to content

Commit

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

See comment on scipygh-13613 for details.
  • Loading branch information
rgommers authored Feb 27, 2021
1 parent 1f1fed6 commit c7ae86e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ 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 c7ae86e

Please sign in to comment.