mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Update action.yml
This commit is contained in:
parent
13a464fa11
commit
0a59d32b42
1 changed files with 8 additions and 0 deletions
|
@ -38,3 +38,11 @@ runs:
|
||||||
branding:
|
branding:
|
||||||
icon: 'code'
|
icon: 'code'
|
||||||
color: 'yellow'
|
color: 'yellow'
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
|
- run: pip install dbt-metabase
|
||||||
|
|
Loading…
Add table
Reference in a new issue