From 8d56d257b7d3c2fc8fadf45916870847172789ab Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 17 Jan 2025 17:42:02 +0400 Subject: [PATCH] testing Marimo flow --- template/.github/workflows/marimo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/.github/workflows/marimo.yml b/template/.github/workflows/marimo.yml index 876deb3..64af477 100644 --- a/template/.github/workflows/marimo.yml +++ b/template/.github/workflows/marimo.yml @@ -30,7 +30,8 @@ jobs: # "Verify UV installation" uv --version # Should print the installed version of UV - echo "*** RUNNING IN ACE? $RUNNING_IN_ACT *** + echo "*** RUNNING IN ACE? $RUNNING_IN_ACT ***" + - name: "Set up Python" uses: actions/setup-python@v5 with: