Skip to content

Commit

Permalink
fix(tox.ini): add poetry install command to ensure dev dependencies a…
Browse files Browse the repository at this point in the history
…re installed before running checks
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent b76a5ce commit 3f6957f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deps =
commands_pre =
#
commands =
poetry install --with dev
poetry run ruff check src
poetry run mkdocs build

Expand Down

0 comments on commit 3f6957f

Please sign in to comment.