Skip to content

Commit c5a85af

Browse files
authored
Fix for Python Package Failure (#1826)
1 parent 1141a34 commit c5a85af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.python_package/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_wheel(session: nox.Session):
5858
prepare(session)
5959
dist_path = session.cache_dir.joinpath("dist").absolute()
6060
nox_workdir = pathlib.Path(".").absolute()
61-
session.install("build[virtualenv]")
61+
session.install("build[virtualenv]", "wheel")
6262
with session.chdir(session.cache_dir):
6363
session.run(
6464
"python",

0 commit comments

Comments
 (0)