PYTHON-3243 Pin version of mypy used (#932)

This commit is contained in:
Steven Silvester 2022-04-28 11:07:46 -05:00 committed by GitHub
parent a2606cfc03
commit 9e317bf417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
mongodb-version: 4.4
- name: Run tests
run: |
pip install mypy
pip install mypy==0.942
python setup.py test
mypytest:
@ -59,7 +59,7 @@ jobs:
cache-dependency-path: 'setup.py'
- name: Install dependencies
run: |
python -m pip install -U pip mypy
python -m pip install -U pip mypy==0.942
pip install -e ".[zstd, srv]"
- name: Run mypy
run: |