Skip to content

Commit

Permalink
Change directory in pip-compile-docs tox session
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Feb 26, 2024
1 parent a8beb7a commit 35b06db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ skip_install = true

[testenv:pip-compile-docs]
description = compile requirements for the documentation
changedir = {[testenv:build-docs]changedir}
commands_pre =
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet docs/requirements.in {posargs}
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet requirements.in {posargs}

[testenv:build-docs]
description = build the documentation
Expand Down

0 comments on commit 35b06db

Please sign in to comment.