Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
ckunki and tkilias authored Apr 19, 2024
1 parent d0eddc3 commit 1a70502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1a70502

Please sign in to comment.