Skip to content

Commit 66100a6

Browse files
committed
fix: Install dev deps
1 parent 13d16f0 commit 66100a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git submodule update --init --recursive
2828
pipx install poetry
29-
poetry install
29+
poetry install --with dev --all-extras
3030
3131
- name: Run MyPy
3232
run: |

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git submodule update --init --recursive
2828
pipx install poetry
29-
poetry install
29+
poetry install --with dev --all-extras
3030
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)