Skip to content

Commit c2d04ae

Browse files
committed
Update build.yml
1 parent 7a575d6 commit c2d04ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install mypy pytest-cov -r requirements.txt
2424
# FIXME: #4052 fix mypy errors in the exclude directories and remove them below
2525
- run: mypy --ignore-missing-imports
26-
--exclude '(data_structures|digital_image_processing|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$' .
26+
--exclude '(data_structures|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$' .
2727
- name: Run tests
2828
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
2929
- if: ${{ success() }}

0 commit comments

Comments
 (0)