mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
Install requires stub types for mypy in ci.yml
This commit is contained in:
parent
3713da9d66
commit
a1002c5e99
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -62,7 +62,9 @@ jobs:
|
|||||||
# Pretty much any python version will do
|
# Pretty much any python version will do
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r "requirements/dev.pip"
|
run: |
|
||||||
|
pip install -r "requirements/dev.pip"
|
||||||
|
pip install types-pkg_resources # one of mypy required stubs
|
||||||
- name: Check types
|
- name: Check types
|
||||||
# individual mypy files for now, until we get the rest
|
# individual mypy files for now, until we get the rest
|
||||||
# of the project typechecking
|
# of the project typechecking
|
||||||
|
Loading…
Reference in New Issue
Block a user