diff --git a/組織/EverfortuneAI/{Note} Nox.md b/組織/EverfortuneAI/{Note} Nox.md index 280b681..f77cdf3 100644 --- a/組織/EverfortuneAI/{Note} Nox.md +++ b/組織/EverfortuneAI/{Note} Nox.md @@ -33,7 +33,13 @@ tags: # author: deng # date : 20250110 -import nox +import nox + + +nox.options.sessions = [ + 'test_flexibility' +] +nox.options.report = 'report.json' @nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])