Skip to content

Commit 20873bc

Browse files
committed
[CI] add pip caching
1 parent 92c2414 commit 20873bc

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/install-python-and-package

1 file changed

+2
-0
lines changed

.github/actions/install-python-and-package/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ runs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: ${{ inputs.python-version }}
15+
cache: 'pip'
16+
cache-dependency-path: setup.cfg
1517
- name: Python info
1618
shell: bash {0}
1719
run: |

0 commit comments

Comments
 (0)