We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624c2e9 commit bf6d67aCopy full SHA for bf6d67a
.github/workflows/_functionAppDeployTemplate.yml
@@ -55,6 +55,8 @@ jobs:
55
with:
56
python-version: ${{ inputs.python_version }}
57
cache: "pip"
58
+ cache-dependency-path: |
59
+ code/function/requirements.txt
60
61
# Install Function Dependencies
62
- name: Resolve Function Dependencies
.github/workflows/_functionAppTestTemplate.yml
@@ -32,6 +32,9 @@ jobs:
32
33
34
35
36
37
+ requirements.txt
38
39
# Run Python Tests
40
- name: Run Python Tests
0 commit comments