Skip to content

Commit 5bad30c

Browse files
committed
log if running in CI
1 parent f056b97 commit 5bad30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def apply_standard_pip_upgrades(session: Session) -> None:
5656
@do_first
5757
def install_latest_npm_in_ci(session: Session) -> None:
5858
if os.environ.get("CI") in TRUE_VALUES:
59+
session.log("Running in CI environment")
5960
session.run("npm", "install", "-g", "npm@latest")
6061

6162

0 commit comments

Comments
 (0)