diff --git a/noxfile.py b/noxfile.py index 47bb34b..cd2e742 100644 --- a/noxfile.py +++ b/noxfile.py @@ -105,4 +105,5 @@ def linkcheck(session): @nox.session(name="build-project") def build_project(session): """Build the project and create the distribution files using hatch.""" + session.install("hatch") session.run("hatch", "build", *session.posargs)