Skip to content

Commit dcd5109

Browse files
authored
pyannotate
1 parent 7090302 commit dcd5109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/monkeytype.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip setuptools wheel
21-
python -m pip install monkeytype pytest -r requirements.txt
21+
python -m pip install monkeytype pyannotate pytest -r requirements.txt
2222
- run: monkeytype run arithmetic_analysis/gaussian_elimination.py web_programming
2323
- run: monkeytype stub arithmetic_analysis.gaussian_elimination
2424
- run: monkeytype run web_programming/world_covid19_stats.py
@@ -28,3 +28,4 @@ jobs:
2828
- run: monkeytype stub web_programming
2929
- run: monkeytype stub || true
3030
- run: monkeytype list-modules
31+
- run: cat type_info.json || true

0 commit comments

Comments
 (0)