Skip to content

Commit

Permalink
ci: This PR is to trigger periodic CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent bc39583 commit 61517a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/callback_plugins/dump_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ def v2_runner_on_ok(self, result):
packages.add(ii)
else:
packages.add(pkgs)

# tell python black that this line is ok
# fmt: off
self._display.display("lsrpackages: " + " ".join(sorted(list(packages))))
# fmt: on

0 comments on commit 61517a8

Please sign in to comment.