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 f056b97 commit 5bad30cCopy full SHA for 5bad30c
noxfile.py
@@ -56,6 +56,7 @@ def apply_standard_pip_upgrades(session: Session) -> None:
56
@do_first
57
def install_latest_npm_in_ci(session: Session) -> None:
58
if os.environ.get("CI") in TRUE_VALUES:
59
+ session.log("Running in CI environment")
60
session.run("npm", "install", "-g", "npm@latest")
61
62
0 commit comments