Skip to content

Commit 90637bc

Browse files
committed
Removed typed-ast from test deps
1 parent 243d6c6 commit 90637bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip wheel setuptools setuptools-scm
34-
python -m pip install flake8 pytest-cov mypy typed-ast cython
34+
python -m pip install flake8 pytest-cov mypy cython
3535
python -m pip install -r requirements-test.txt --use-pep517
3636
- name: Lint with flake8
3737
run: |

0 commit comments

Comments
 (0)