We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ce275 commit eceae11Copy full SHA for eceae11
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip setuptools six wheel
23
- python -m pip install pytest-cov -r requirements.txt
+ 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: python3 -m mypy --ignore-missing-imports
26
arithmetic_analysis
0 commit comments