Skip to content

Commit 29b2195

Browse files
committed
Enable package cache
This commit enables persistence of the pip cache between different CI jobs, which will further reduce the load on PyPI.
1 parent 3d2724d commit 29b2195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.versions.python }}
5454
allow-prereleases: true
55+
cache: 'pip'
5556
- name: Install dependencies
5657
run: |
5758
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)