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

Commit 036c2f6

Browse files
authored
Merge pull request #10 from microsoft/dciborow/cache-pip
feat: add caching for pip dependencies
2 parents 8ff21fe + 9a9ef05 commit 036c2f6

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)