diff --git a/tests/plotting/test_examples.py b/tests/plotting/test_examples.py index e149fb11..41bb6698 100644 --- a/tests/plotting/test_examples.py +++ b/tests/plotting/test_examples.py @@ -12,6 +12,8 @@ # determine whether running on GHA runner CI: bool = os.environ.get("CI", "false").lower() == "true" +print(os.environ) + # construct list of example script names SCRIPTS = sorted( [submodule.name for submodule in pkgutil.iter_modules(gv.examples.__path__)]