From b278d1002129b3fc8d9dae39f4be105a0c5aa89f Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 17 Jan 2025 17:17:54 +0400 Subject: [PATCH] testing Marimo flow --- template/.github/workflows/marimo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/marimo.yml b/template/.github/workflows/marimo.yml index aba0501..e478182 100644 --- a/template/.github/workflows/marimo.yml +++ b/template/.github/workflows/marimo.yml @@ -20,7 +20,6 @@ jobs: # This is not using any github-token: - name: Install uv - shell: bash run: | curl -LsSf https://astral.sh/uv/install.sh | sh @@ -32,6 +31,7 @@ jobs: uv --version # Should print the installed version of UV echo "Environment variable for ACT: ${{ env.RUNNING_IN_ACT }}" echo "******** Environment variable for ACT: ${{ RUNNING_IN_ACT }}" + - name: "Set up Python" uses: actions/setup-python@v5 with: