From 1a705027554fc6ed3a930b13d1b2d3fafc6075a2 Mon Sep 17 00:00:00 2001 From: Christoph Kuhnke Date: Fri, 19 Apr 2024 16:19:36 +0200 Subject: [PATCH] Update noxfile.py Co-authored-by: Torsten Kilias --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index a372f85..1fb4bba 100644 --- a/noxfile.py +++ b/noxfile.py @@ -23,7 +23,7 @@ def generate_api(session: Session): https://docs.github.com/en/actions/learn-github-actions/variables. #default-environment-variables. """ - silent = False if os.environ.get("CI") else True + silent = "CI" in os.environ session.run( "openapi-python-client", "update",