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