Skip to content

Commit 573719f

Browse files
committed
Enable pip cache for CI workflow
1 parent 6b1b8e3 commit 573719f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.11"
29+
cache: "pip"
30+
cache-dependency-path: setup.py
2931

3032
- name: "Install pre-commit"
3133
run: pip install pre-commit
@@ -67,6 +69,8 @@ jobs:
6769
- uses: actions/setup-python@v5
6870
with:
6971
python-version: ${{ matrix.python }}
72+
cache: "pip"
73+
cache-dependency-path: setup.py
7074
- name: Install dependencies
7175
run: |
7276
sudo apt-get update

0 commit comments

Comments
 (0)