1
0
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:
Dmitrii Orlov 2021-08-27 09:11:26 +02:00
parent 3713da9d66
commit a1002c5e99

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