Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Dec 3, 2024
1 parent 92d15ae commit c4aa44e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ def _test_list_commands():
run("anemoi-registry", "list", "datasets")


def test_print():
print("test")


if __name__ == "__main__":
_test_list_commands()
print()
Expand Down

0 comments on commit c4aa44e

Please sign in to comment.