Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 802b7ce

Browse files
committed
CI: Install typed-ast for typing
1 parent 57247d4 commit 802b7ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Install dependencies
47-
run: python -m pip install .[typing]
47+
run: |
48+
python -m pip install .[typing]
49+
python -m pip install typed-ast
4850
- name: Run mypy
4951
run: mypy metar

0 commit comments

Comments
 (0)