Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9a9ef05

Browse files
authored
Update action.yml
1 parent 8ff21fe commit 9a9ef05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ runs:
155155
uses: actions/setup-python@v1
156156
with:
157157
python-version: ${{ inputs.python_version }}
158+
cache: 'pip' # caching pip dependencies
158159
- if: ${{ inputs.pytest == 'true' }}
159160
run: |
160161
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)