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
|
||||
python-version: "3.9"
|
||||
- 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
|
||||
# individual mypy files for now, until we get the rest
|
||||
# of the project typechecking
|
||||
|
Loading…
Reference in New Issue
Block a user