Skip to content

Commit

Permalink
Cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akan72 committed Jun 20, 2024
1 parent 18e4525 commit 9c70e11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/init-dbt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@ name: init dbt
runs:
using: "composite"
steps:
- uses: actions/setup-python@v5
with:
cache: 'pip'
cache-dependency-path: 'requirements.txt'

- name: Set up dependencies
shell: bash
run: |
pip install pip==23.1.2
pip install pip-tools==6.13.0
pip install -r requirements.txt
- name: Download DBT Manifest
shell: bash
run: |
wget https://artemis-xyz.github.io/dbt/manifest.json

0 comments on commit 9c70e11

Please sign in to comment.