PYTHON-3243 Pin version of mypy used (#932)
This commit is contained in:
parent
a2606cfc03
commit
9e317bf417
4
.github/workflows/test-python.yml
vendored
4
.github/workflows/test-python.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user