Skip to content

Commit

Permalink
Add poetry install with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-adastra committed Sep 26, 2024
1 parent 26a57c1 commit b0d407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cache: "poetry"

- name: Poetry install
run: poetry install
run: poetry install --with dev

- name: Pre-commit install
run: poetry run pre-commit install
Expand Down

0 comments on commit b0d407a

Please sign in to comment.