Skip to content

Commit

Permalink
Merge pull request #296 from SauravMaheshkar/pip-action-cache
Browse files Browse the repository at this point in the history
feat(ci): enable pip caching in CI
  • Loading branch information
ekindogus committed Feb 17, 2024
2 parents 03e6296 + f1a1fef commit b5082ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: |
setup.py
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit b5082ed

Please sign in to comment.