Skip to content

Commit 3ccfcc6

Browse files
committed
improve log message
1 parent aa24fde commit 3ccfcc6

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
@@ -56,7 +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")
59+
session.log("Running in CI environment - installing latest NPM")
6060
session.run("npm", "install", "-g", "npm@latest", external=True)
6161

6262

0 commit comments

Comments
 (0)