Skip to content

Commit 8cc34cd

Browse files
authored
pyannotate web_programming/emails_from_url.py
1 parent da9ec61 commit 8cc34cd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Diff for: .github/workflows/monkeytype.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
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
3123
- run: cat type_info.json || true

0 commit comments

Comments
 (0)