Skip to content

Commit 565dc36

Browse files
authored
Actions: Use cache in finish (PyMySQL#950)
1 parent 381e6ab commit 565dc36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ jobs:
120120
- uses: actions/setup-python@v2
121121
with:
122122
python-version: 3.9
123+
124+
- uses: actions/cache@v2
125+
with:
126+
path: ~/.cache/pip
127+
key: finish-pip-1
128+
restore-keys: |
129+
finish-pip-
130+
123131
- name: Finished
124132
run: |
125133
pip install --upgrade coveralls

0 commit comments

Comments
 (0)