File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ steps:
131131- script : |
132132 pip3 install -r requirements.txt
133133 workingDirectory : $(Build.SourcesDirectory)/samples/samples-python
134- displayName : Install azure-functions-1.11.3b1
134+ displayName : Install samples-python dependencies
135135
136136- task : Maven@3
137137 displayName : Build Java Samples
Original file line number Diff line number Diff line change @@ -130,12 +130,6 @@ These steps can be done in the Terminal/CLI or with PowerShell.
130130 }
131131 ` ` `
132132
133- Add a preview version of the Python functions library to ` requirements.txt` .
134-
135- ` ` ` txt
136- azure-functions==1.11.3b1
137- ` ` `
138-
139133 Add a setting in ` local.settings.json` to isolate the worker dependencies.
140134
141135 ` ` ` json
Original file line number Diff line number Diff line change 11# Do not include azure-functions-worker as it may conflict with the Azure Functions platform
22
3- azure-functions == 1.11.3b1
3+ azure-functions
You can’t perform that action at this time.
0 commit comments