From 2fe6d20c16e4f9a25915f42e3c98ffacff1a6971 Mon Sep 17 00:00:00 2001 From: Thanawan Atchariyachanvanit Date: Thu, 31 Aug 2023 15:52:15 -0400 Subject: [PATCH] Specify python version for doc and trace session (#269) * Update run-repository.sh Signed-off-by: Thanawan Atchariyachanvanit * Update CHANGELOG.md Signed-off-by: Thanawan Atchariyachanvanit * Update run-repository.sh Signed-off-by: Thanawan Atchariyachanvanit * Update noxfile.py Signed-off-by: Thanawan Atchariyachanvanit * Update CHANGELOG.md Signed-off-by: Thanawan Atchariyachanvanit --------- Signed-off-by: Thanawan Atchariyachanvanit --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 7ce4d088..6aa4aacc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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. @@ -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(