Skip to content

Commit

Permalink
Enable pip cache for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Feb 16, 2024
1 parent c25d1d1 commit 86a5150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
cache-dependency-path: setup.py

- name: "Install pre-commit"
run: pip install pre-commit
Expand Down Expand Up @@ -67,6 +69,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: setup.py
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 86a5150

Please sign in to comment.