Skip to content

Commit bdd9636

Browse files
committed
ci: add pip cache to GHA pr.yaml
1 parent 82be697 commit bdd9636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
32+
cache: 'pip'
3233
- name: Install Python dependencies
3334
run: |
3435
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)