From 1e11211eb54e958f24d9bfb12c82bf5b17e1e6c7 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 17 Jan 2025 18:00:18 +0400 Subject: [PATCH] testing Marimo flow --- .github/workflows/act.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/act.yml b/.github/workflows/act.yml index fb80499..56210e7 100644 --- a/.github/workflows/act.yml +++ b/.github/workflows/act.yml @@ -60,7 +60,7 @@ jobs: id: flow_marimo working-directory: template run: | - act -W .github/workflows/marimo.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest + act -W .github/workflows/marimo.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest --env RUNNING_IN_ACE=true env: RUNNING_IN_ACT: true @@ -70,5 +70,3 @@ jobs: working-directory: template run: | act -W .github/workflows/pre-commit.yml -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest - env: - RUNNING_IN_ACT: true