From 71497054a8924486c704a324bf0159a1c844a35b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 23 Aug 2025 16:48:57 -0700 Subject: [PATCH] showtime version --- .github/workflows/showtime-trigger.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/showtime-trigger.yml b/.github/workflows/showtime-trigger.yml index 09c9b0f8954..7bb4a9a9466 100644 --- a/.github/workflows/showtime-trigger.yml +++ b/.github/workflows/showtime-trigger.yml @@ -42,7 +42,9 @@ jobs: steps: - name: Install Superset Showtime - run: pip install superset-showtime + run: | + pip install superset-showtime + showtime version - name: Check what actions are needed id: check