Skip to content

Commit 5ad24d6

Browse files
committed
Add Python Library Caching
1 parent 7ce30ee commit 5ad24d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/_functionAppDeployTemplate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ inputs.python_version }}
52+
cache: "pip"
5253

5354
# Check Out Repository
5455
- name: Check Out Repository

.github/workflows/_functionAppTestTemplate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ inputs.python_version }}
29+
cache: "pip"
2930

3031
# Check Out Repository
3132
- name: Check Out Repository

0 commit comments

Comments
 (0)