fix: mypy errors in ci

chore: upgrade mypy
This commit is contained in:
Noortheen Raja 2022-03-20 11:31:46 +05:30 committed by Noorhteen Raja NJ
parent fa9c33b55b
commit 0acb256740
2 changed files with 4 additions and 2 deletions

View file

@ -46,7 +46,9 @@ jobs:
timeout-minutes: 15
- name: Run QA Checks
if: ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.python-version, '3.10') }}
run: python -m xonsh run-tests.xsh qa
run: |
python -m pip install -e . --no-deps
python -m xonsh run-tests.xsh qa
- name: Run tests
if: ${{ !startsWith(matrix.python-version, '3.10') }}
run: |

View file

@ -18,7 +18,7 @@ pre-commit
pyte>=0.8.0
# types related
mypy==0.940
mypy==0.941
types-ujson
# ensure tests run with the amalgamated (==production) xonsh