Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 12, 2023
1 parent 26d11b4 commit be7a45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/plotting/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)]
Expand Down

0 comments on commit be7a45b

Please sign in to comment.