mirror of
https://github.com/actions/setup-python.git
synced 2025-08-28 03:34:16 +00:00
Update action.yml
This commit is contained in:
parent
13a464fa11
commit
0a59d32b42
@ -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…
x
Reference in New Issue
Block a user