mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix: mypy errors in ci
chore: upgrade mypy
This commit is contained in:
parent
fa9c33b55b
commit
0acb256740
2 changed files with 4 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue