Skip to content

Commit bf6d67a

Browse files
committed
Update cache
1 parent 624c2e9 commit bf6d67a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/_functionAppDeployTemplate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
with:
5656
python-version: ${{ inputs.python_version }}
5757
cache: "pip"
58+
cache-dependency-path: |
59+
code/function/requirements.txt
5860
5961
# Install Function Dependencies
6062
- name: Resolve Function Dependencies

.github/workflows/_functionAppTestTemplate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
python-version: ${{ inputs.python_version }}
3434
cache: "pip"
35+
cache-dependency-path: |
36+
code/function/requirements.txt
37+
requirements.txt
3538
3639
# Run Python Tests
3740
- name: Run Python Tests

0 commit comments

Comments
 (0)