Skip to content

Commit

Permalink
Fix: Add --all-extras to contributing install command
Browse files Browse the repository at this point in the history
To successfully run tests during development all extras must be
installed.
  • Loading branch information
smoothml committed Mar 27, 2024
1 parent 85f4761 commit 5ab2bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We use [Poetry](https://python-poetry.org/) for dependency management. If you do
Once you have Poetry, you can install the project's dependencies:

```bash
poetry install
poetry install --all-extras
```

### 3. Pre-Commit Hooks
Expand Down

0 comments on commit 5ab2bdd

Please sign in to comment.