Skip to content

Commit

Permalink
maint: remove mypy from [test]
Browse files Browse the repository at this point in the history
  • Loading branch information
JSS95 committed Sep 21, 2023
1 parent d4d90cc commit 7123013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: install package
run: |
pip install .[test]
pip install mypy .[test]
- name: run mypy check
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ repository = "https://github.com/JSS95/civiq6"

[project.optional-dependencies]
test = [
"mypy",
"imageio",
]
doc = [
Expand Down

0 comments on commit 7123013

Please sign in to comment.