Skip to content

Commit 854057c

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 d1668ae commit 854057c

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
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
python-version: ${{ matrix.versions.python }}
5353
allow-prereleases: true
54+
cache: 'pip'
5455
- name: Install dependencies
5556
run: |
5657
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)