Skip to content

Commit

Permalink
Update 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 Aug 31, 2023
1 parent 641285e commit 725ef0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test(session, pandas_version: str):
)


@nox.session(python=["3.8", "3.9", "3.10"])
@nox.session
@nox.parametrize("pandas_version", ["1.5.0"])
def docs(session, pandas_version: str):
# Run this so users get an error if they don't have Pandoc installed.
Expand All @@ -155,7 +155,7 @@ def docs(session, pandas_version: str):
# 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(python=["3.8", "3.9", "3.10"])
@nox.session
@nox.parametrize("pandas_version", ["1.5.0"])
def trace(session, pandas_version: str):
session.install(
Expand Down

0 comments on commit 725ef0e

Please sign in to comment.