Skip to content

Commit

Permalink
Cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 18, 2024
1 parent 556b889 commit eeaba0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-dbt-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
dbt-version: ${{ inputs.dbt-version }}
cache: 'pip' # caching pip dependencies
- name: Build & Install DBT ${{ inputs.dbt-version }}
run: |
pip install -q coverage pylint
Expand Down

0 comments on commit eeaba0f

Please sign in to comment.