1 parent 243d6c6 commit 90637bcCopy full SHA for 90637bc
1 file changed
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip wheel setuptools setuptools-scm
34
- python -m pip install flake8 pytest-cov mypy typed-ast cython
+ python -m pip install flake8 pytest-cov mypy cython
35
python -m pip install -r requirements-test.txt --use-pep517
36
- name: Lint with flake8
37
0 commit comments