Skip to content

Commit

Permalink
Add comment to noxfile.py
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc authored Jul 24, 2023
1 parent 57404a8 commit 89ca2d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 89ca2d4

Please sign in to comment.