Skip to content

Commit

Permalink
pybamm-team#3049 Remove non-colour nox output in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 31, 2023
1 parent 0cdfd5a commit fc222ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"SUNDIALS_INST": f"{homedir}/.local",
"LD_LIBRARY_PATH": f"{homedir}/.local/lib:",
}
# Do not stdout ANSI colours on GitHub Actions
if os.getenv("CI") == "true":
os.environ["NO_COLOR"] = "1"
# The setup-python action installs and caches dependencies by default, so we skip
# installing them again in nox environments. The dev and docs sessions will still
# require a virtual environment, but we don't run them in the CI
Expand Down

0 comments on commit fc222ca

Please sign in to comment.