Skip to content

Commit bf4fac4

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
uses: actions/setup-python@v2
1313
with:
1414
python-version: ${{ inputs.python-version }}
15+
cache: 'pip'
1516
- name: Python info
1617
shell: bash {0}
1718
run: |

0 commit comments

Comments
 (0)