We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7090302 commit dcd5109Copy full SHA for dcd5109
.github/workflows/monkeytype.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip setuptools wheel
21
- python -m pip install monkeytype pytest -r requirements.txt
+ python -m pip install monkeytype pyannotate pytest -r requirements.txt
22
- run: monkeytype run arithmetic_analysis/gaussian_elimination.py web_programming
23
- run: monkeytype stub arithmetic_analysis.gaussian_elimination
24
- run: monkeytype run web_programming/world_covid19_stats.py
@@ -28,3 +28,4 @@ jobs:
28
- run: monkeytype stub web_programming
29
- run: monkeytype stub || true
30
- run: monkeytype list-modules
31
+ - run: cat type_info.json || true
0 commit comments