Skip to content

Commit eceae11

Browse files
authored
pip install mypy
1 parent f1ce275 commit eceae11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
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
2424
# FIXME: #4052 fix mypy errors in other directories and add them here
2525
- run: python3 -m mypy --ignore-missing-imports
2626
arithmetic_analysis

0 commit comments

Comments
 (0)