Skip to content

Commit

Permalink
Add missing type stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jul 31, 2021
1 parent 53c3ce5 commit e5c2142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 check-manifest pytest codecov coverage mypy
python -m pip install flake8 check-manifest pytest codecov coverage mypy types-setuptools types-docutils
python -m pip install ${{ matrix.pip-sphinx }}
pip install .
- name: Check manifest
Expand Down

0 comments on commit e5c2142

Please sign in to comment.