Skip to content

Commit

Permalink
noxfile: make overridden vllm version install verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Aug 2, 2024
1 parent df76b22 commit d17676a
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 @@ -13,7 +13,7 @@
@nox.session(python=versions)
def tests(session: nox.Session) -> None:
if vllm_version := os.getenv("VLLM_VERSION_OVERRIDE"):
session.install(vllm_version)
session.install(vllm_version, "-v")

session.install(".[tests]")

Expand Down

0 comments on commit d17676a

Please sign in to comment.