Skip to content

Commit 6bf512f

Browse files
authored
Enable pip cache in CI (#413)
1 parent 5684274 commit 6bf512f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26+
cache: "pip" # caching pip dependencies
2627
- name: Install dependencies
2728
run: |
2829
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)