Ensure azure namespace is established in 3.9 (#869)

This commit is contained in:
Hanzhang Zeng 2021-07-02 12:01:09 -07:00 коммит произвёл GitHub
Родитель 22802c2b5f
Коммит 295caf4376
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -12,10 +12,7 @@ steps:
inputs:
disableAutoCwd: true
scriptPath: 'pack/scripts/nix_deps.sh'
# The following task is disabled since Python 3.9 to fix azure/ namespace
# https://github.com/Azure/azure-functions-python-worker/pull/854
- task: CopyFiles@2
condition: and(succeeded(), in(variables['pythonVersion'], '3.6', '3.7', '3.8'))
inputs:
contents: |
pack/utils/__init__.py

Просмотреть файл

@ -12,10 +12,7 @@ steps:
- task: PowerShell@2
inputs:
filePath: 'pack\scripts\win_deps.ps1'
# The following task is disabled since Python 3.9 to fix azure/ namespace
# https://github.com/Azure/azure-functions-python-worker/pull/854
- task: CopyFiles@2
condition: and(succeeded(), in(variables['pythonVersion'], '3.6', '3.7', '3.8'))
inputs:
contents: |
pack\utils\__init__.py