File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip setuptools six wheel
23
- python -m pip install pytest-cov -r requirements.txt
23
+ python -m pip install mypy pytest-cov -r requirements.txt
24
+ # FIXME: #4052 fix mypy errors in other directories and add them here
25
+ - run : mypy --ignore-missing-imports
26
+ backtracking
27
+ bit_manipulation
28
+ blockchain
29
+ boolean_algebra
30
+ cellular_automata
31
+ computer_vision
32
+ fractals
33
+ fuzzy_logic
34
+ genetic_algorithm
35
+ geodesy
36
+ knapsack
37
+ networking_flow
38
+ scheduling sorts
24
39
- name : Run tests
25
40
run : pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
26
41
- if : ${{ success() }}
You can’t perform that action at this time.
0 commit comments