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