From 0a59d32b42350aff93f81f10b3c68915c05ff3b9 Mon Sep 17 00:00:00 2001 From: sbrickel-nimble <113671803+sbrickel-nimble@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:34:29 +0200 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index b8bb06b3..962e4a7f 100644 --- a/action.yml +++ b/action.yml @@ -38,3 +38,11 @@ runs: branding: icon: 'code' color: 'yellow' + + +steps: +- uses: actions/checkout@v3 +- uses: actions/setup-python@v4 + with: + python-version: '3.10' +- run: pip install dbt-metabase