Skip to content

Commit

Permalink
Merge pull request #22 from manmartgarc/actions-cache
Browse files Browse the repository at this point in the history
feat: add pip cache for the python build action
  • Loading branch information
manmartgarc authored Jul 2, 2023
2 parents 16fa28b + 3e43262 commit f558872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f558872

Please sign in to comment.