From 0887335136c8b534201fbf105e7a4713468ea6a6 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 21 Aug 2024 12:08:23 +0200 Subject: [PATCH] feat: update the build --- noxfile.py | 1 + 1 file changed, 1 insertion(+) 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)