8000 cache finish · PyMySQL/PyMySQL@c094056 · GitHub
[go: up one dir, main page]

Skip to content

Commit c094056

Browse files
committed
cache finish
1 parent 381e6ab commit c094056

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)
0