Skip to content

Commit 5efcf7b

Browse files
authored
Update to nox-uv 0.6.0 (#288)
1 parent 8c7500c commit 5efcf7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ def docs_github_pages(s: Session) -> None:
104104

105105

106106
# Install only main dependencies for the license report.
107-
@session(uv_groups=["licenses"])
107+
@session(uv_groups=["licenses"], uv_no_install_project=True)
108108
def licenses(s: Session) -> None:
109109
s.run("pip-licenses", *s.posargs)

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)