Skip to content

Commit 1a70502

Browse files
ckunkitkilias
andauthored
Update noxfile.py
Co-authored-by: Torsten Kilias <[email protected]>
1 parent d0eddc3 commit 1a70502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def generate_api(session: Session):
2323
https://docs.github.com/en/actions/learn-github-actions/variables.
2424
#default-environment-variables.
2525
"""
26-
silent = False if os.environ.get("CI") else True
26+
silent = "CI" in os.environ
2727
session.run(
2828
"openapi-python-client",
2929
"update",

0 commit comments

Comments
 (0)