Skip to content

Commit

Permalink
Install extras
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Feb 20, 2024
1 parent 7089553 commit 0922189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: poetry lock --check

- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --all-extras --no-interaction

- name: Linting (ruff)
run: poetry run pre-commit run ruff-lint --all-files --show-diff-on-failure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ admin = Admin(

## Development

If you want to contribute to this project, you can simply clone the repository and run `poetry install`.
If you want to contribute to this project, you can simply clone the repository and run `poetry install --all-extras`.

Please also run `pre-commit install` for linting and enforcing a consistent code style.

Expand Down

0 comments on commit 0922189

Please sign in to comment.