From 89ca2d4bc0816ba208a027c583b9c729a9d0cf26 Mon Sep 17 00:00:00 2001 From: Thanawan Atchariyachanvanit Date: Mon, 24 Jul 2023 11:52:03 -0700 Subject: [PATCH] Add comment to noxfile.py Signed-off-by: Thanawan Atchariyachanvanit --- noxfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noxfile.py b/noxfile.py index f9c065aa..03809192 100644 --- a/noxfile.py +++ b/noxfile.py @@ -150,6 +150,9 @@ def docs(session): session.run("make", "html", external=True) +# While nox is typically used for automating testing, in this case, we utilize it +# to automate the action workflow, leveraging its ability to set up the environment +# required for model autotracing. @nox.session def trace(session): session.install(