Try to make mypy happy with the contortions needed for importlib.resources
This commit is contained in:
parent
93563f1280
commit
ec80a1532c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
sanitize: 0
|
sanitize: 0
|
||||||
|
|
||||||
- python: b
|
- python: b
|
||||||
pyver: "3.9"
|
pyver: "3.11"
|
||||||
sanitize: 1
|
sanitize: 1
|
||||||
|
|
||||||
- python: c
|
- python: c
|
||||||
pyver: "3.10"
|
pyver: "3.9"
|
||||||
sanitize: 1
|
sanitize: 1
|
||||||
|
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Install build-only deps
|
- name: Install build-only deps
|
||||||
run: pip install -r docs/requirements.txt flake8 mypy types-requests types-docutils
|
run: pip install -r docs/requirements.txt flake8 mypy types-requests types-docutils
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user