mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
adds setup-python@v4 cache
This commit is contained in:
parent
9f0f8feb66
commit
c7856bb0dd
3
.github/workflows/dbt_run_template.yml
vendored
3
.github/workflows/dbt_run_template.yml
vendored
@ -39,9 +39,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.7.x"
|
||||
cache: "pip"
|
||||
|
||||
- name: overwrite env vars
|
||||
if: ${{ env.USE_VARS == 'TRUE' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user