From bc6abd8651cd0c3a3206e0f0902c58d629c90dab Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 7 Sep 2024 12:13:11 -0500 Subject: [PATCH] CI fix --- .github/workflows/theme.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/theme.yml b/.github/workflows/theme.yml index ebfe43b..6c7afb0 100644 --- a/.github/workflows/theme.yml +++ b/.github/workflows/theme.yml @@ -23,4 +23,6 @@ jobs: fi - name: Checking our Python imports. run: | - scripts/theme.sh \ No newline at end of file + cd example + python -c "import breeze_theme; print(breeze_theme.get_theme())" + scripts/theme.sh