Skip to content

Commit 8d6ac3e

Browse files
authored
Explicitly specify python location in nox test session (#258)
1 parent 33779a3 commit 8d6ac3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def test(s: Session) -> None:
1717
"--locked",
1818
"--no-default-groups",
1919
"--group=test",
20+
f"--python={s.virtualenv.location}",
2021
env={"UV_PROJECT_ENVIRONMENT": s.virtualenv.location},
2122
)
2223
s.run(

0 commit comments

Comments
 (0)