We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1141a34 commit c5a85afCopy full SHA for c5a85af
1 file changed
.python_package/noxfile.py
@@ -58,7 +58,7 @@ def build_wheel(session: nox.Session):
58
prepare(session)
59
dist_path = session.cache_dir.joinpath("dist").absolute()
60
nox_workdir = pathlib.Path(".").absolute()
61
- session.install("build[virtualenv]")
+ session.install("build[virtualenv]", "wheel")
62
with session.chdir(session.cache_dir):
63
session.run(
64
"python",
0 commit comments