We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c2414 commit bf4fac4Copy full SHA for bf4fac4
.github/actions/install-python-and-package/action.yml
@@ -12,6 +12,7 @@ runs:
12
uses: actions/setup-python@v2
13
with:
14
python-version: ${{ inputs.python-version }}
15
+ cache: 'pip'
16
- name: Python info
17
shell: bash {0}
18
run: |
0 commit comments