From 8c97084f3fa485189882a6358c223309b2b63a3c Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 17 Jan 2025 14:12:33 +0400 Subject: [PATCH] testing Marimo flow --- .github/workflows/act.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/act.yml b/.github/workflows/act.yml index 1136f58..3dfcd0b 100644 --- a/.github/workflows/act.yml +++ b/.github/workflows/act.yml @@ -29,6 +29,7 @@ jobs: shell: bash run: | python -m pip install --upgrade pip + # so we get the updates of copier if we hide in requirements file pip install --no-cache-dir -r requirements.txt # mkdir -p template copier copy . template --data-file .github/data.yaml