Skip to content

Commit

Permalink
Use --user
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 1, 2024
1 parent ddc465c commit 5f1052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def lint(session: nox.Session) -> None:

@nox.session
def build(session: nox.Session):
session.run(*"uv pip install --system -e ./lndocs".split())
session.run(*"uv pip install --user -e ./lndocs".split())
session.run(*["lndocs", "--strict"])
move_built_docs_to_slash_project_slug()

0 comments on commit 5f1052a

Please sign in to comment.