File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install dependencies
19
19
run : |
20
20
python -m pip install --upgrade pip setuptools wheel
21
- 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
25
- - run : monkeytype run web_programming/*.py
26
- - run : monkeytype list-modules
27
- - run : monkeytype stub web_programming.world_covid19_stats
28
- - run : monkeytype stub web_programming
29
- - run : monkeytype stub || true
30
- - run : monkeytype list-modules
21
+ python -m pip install pyannotate pytest -r requirements.txt
22
+ - run : python3 web_programming/emails_from_url.py
31
23
- run : cat type_info.json || true
You can’t perform that action at this time.
0 commit comments