Skip to content

Commit

Permalink
paquo: add all pkgs to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 10, 2022
1 parent e0663b9 commit d5714ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install -e .[dev]
# we're running mypy on 38 but check against 36:
- name: Install missing py36+ dependencies
run: |
pip install importlib_resources
pip install typing_extensions
- name: Run mypy
run: |
mypy paquo
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ dev =
pytest>=6
pytest-cov
mypy
ome-types
importlib_resources
typing_extensions

docs =
sphinx
Expand Down

0 comments on commit d5714ac

Please sign in to comment.