We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eddc3 commit 1a70502Copy full SHA for 1a70502
noxfile.py
@@ -23,7 +23,7 @@ def generate_api(session: Session):
23
https://docs.github.com/en/actions/learn-github-actions/variables.
24
#default-environment-variables.
25
"""
26
- silent = False if os.environ.get("CI") else True
+ silent = "CI" in os.environ
27
session.run(
28
"openapi-python-client",
29
"update",
0 commit comments