Skip to content

Commit 6667a3d

Browse files
authored
Remove pinned python library version in python sample (#678)
* remove pinned package ver * update pipeline and setup guide * add back install azure-functions step
1 parent 4008949 commit 6667a3d

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

builds/azure-pipelines/template-steps-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/GeneralSetup.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

0 commit comments

Comments
 (0)