Skip to content

Commit

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

0 comments on commit 5d9ba33

Please sign in to comment.