Skip to content

Commit

Permalink
fix: Install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 28, 2024
1 parent 13d16f0 commit 66100a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git submodule update --init --recursive
pipx install poetry
poetry install
poetry install --with dev --all-extras
- name: Run MyPy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git submodule update --init --recursive
pipx install poetry
poetry install
poetry install --with dev --all-extras
- name: Test with pytest
run: |
Expand Down

0 comments on commit 66100a6

Please sign in to comment.