diff options
Diffstat (limited to '.github/workflows/style_and_docs.yaml')
-rw-r--r-- | .github/workflows/style_and_docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style_and_docs.yaml b/.github/workflows/style_and_docs.yaml index 5a940da99e..0f84e1e885 100644 --- a/.github/workflows/style_and_docs.yaml +++ b/.github/workflows/style_and_docs.yaml @@ -36,7 +36,7 @@ jobs: python-version: 3.9 - name: Install Python packages run: | - pip install --upgrade pip six setuptools flake8 mypy black + pip install --upgrade pip six setuptools flake8 mypy>=0.800 black - name: Setup git configuration run: | # Need this for the git tests to succeed. |