Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Nov 15, 2024
1 parent 3bf454e commit a851b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pybamm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def is_running_tests(): # pragma: no cover
"CIRCLECI",
"JENKINS_URL",
"GITLAB_CI",
"CIBW_ENVIRONMENT",
]
if any(var in os.environ for var in ci_env_vars):
return True
Expand Down

0 comments on commit a851b90

Please sign in to comment.