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