From ebe8e3548d222b3750d59eab6183678facc08ef5 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Thu, 12 Oct 2023 21:28:29 +0100 Subject: [PATCH] wip --- tests/plotting/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plotting/test_examples.py b/tests/plotting/test_examples.py index 41bb6698..f6f0af00 100644 --- a/tests/plotting/test_examples.py +++ b/tests/plotting/test_examples.py @@ -12,7 +12,7 @@ # determine whether running on GHA runner CI: bool = os.environ.get("CI", "false").lower() == "true" -print(os.environ) +raise ValueError(os.environ) # construct list of example script names SCRIPTS = sorted(