Skip to content

Commit

Permalink
Enable caching of pip packages in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed May 23, 2023
1 parent 9787e84 commit 51f1760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'

- name: Install build dependencies
run: |
Expand Down Expand Up @@ -90,6 +92,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
cache: 'pip'

- name: Install build dependencies
run: |
Expand Down Expand Up @@ -167,6 +170,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
cache: 'pip'

- name: Install build dependencies
if: steps.mike-metadata.outputs.version
Expand Down

0 comments on commit 51f1760

Please sign in to comment.