Skip to content

Commit

Permalink
Specify python version for doc and trace session (#269)
Browse files Browse the repository at this point in the history
* Update run-repository.sh

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>

* Update run-repository.sh

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>

* Update noxfile.py

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>

---------

Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc authored Aug 31, 2023
1 parent dd0b681 commit 2fe6d20
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
@nox.session(python=["3.9"])
@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
@nox.session(python=["3.9"])
@nox.parametrize("pandas_version", ["1.5.0"])
def trace(session, pandas_version: str):
session.install(
Expand Down

0 comments on commit 2fe6d20

Please sign in to comment.