Skip to content

Commit

Permalink
Add Poetry with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Athroniaeth committed Jan 27, 2024
1 parent ce95cfe commit 416be64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: pip install poetry

- name: Install Dependencies
run: poetry install
run: poetry install --with dev

- name: Run Ruff (Formatting)
run: poetry run ruff format ./src ./tests
run: poetry run ruff format

- name: Run Ruff (Linting)
run: poetry run ruff check
Expand Down

0 comments on commit 416be64

Please sign in to comment.