Skip to content

Commit 295caf4

Browse files
authored
Ensure azure namespace is established in 3.9 (#869)
1 parent 22802c2 commit 295caf4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

pack/templates/nix_env_gen.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ steps:
1212
inputs:
1313
disableAutoCwd: true
1414
scriptPath: 'pack/scripts/nix_deps.sh'
15-
# The following task is disabled since Python 3.9 to fix azure/ namespace
16-
# https://github.com/Azure/azure-functions-python-worker/pull/854
1715
- task: CopyFiles@2
18-
condition: and(succeeded(), in(variables['pythonVersion'], '3.6', '3.7', '3.8'))
1916
inputs:
2017
contents: |
2118
pack/utils/__init__.py

pack/templates/win_env_gen.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ steps:
1212
- task: PowerShell@2
1313
inputs:
1414
filePath: 'pack\scripts\win_deps.ps1'
15-
# The following task is disabled since Python 3.9 to fix azure/ namespace
16-
# https://github.com/Azure/azure-functions-python-worker/pull/854
1715
- task: CopyFiles@2
18-
condition: and(succeeded(), in(variables['pythonVersion'], '3.6', '3.7', '3.8'))
1916
inputs:
2017
contents: |
2118
pack\utils\__init__.py

0 commit comments

Comments
 (0)