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 be7a45b commit ebe8e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plotting/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ebe8e35

Please sign in to comment.