Try to make mypy happy with the contortions needed for importlib.resources

This commit is contained in:
Kovid Goyal 2022-11-03 12:30:20 +05:30
parent 93563f1280
commit ec80a1532c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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