Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57247d4 commit 802b7ceCopy full SHA for 802b7ce
1 file changed
.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
44
with:
45
python-version: ${{ matrix.python-version }}
46
- name: Install dependencies
47
- run: python -m pip install .[typing]
+ run: |
48
+ python -m pip install .[typing]
49
+ python -m pip install typed-ast
50
- name: Run mypy
51
run: mypy metar
0 commit comments