Skip to content

Commit

Permalink
Cache pip dependencies (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek authored Dec 18, 2024
1 parent 556b889 commit 66608b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-dbt-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v5
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 66608b8

Please sign in to comment.