[CI] Add another required Python package

This commit is contained in:
Hosung Song 2018-05-15 09:46:30 -07:00 коммит произвёл GitHub
Родитель 096bf5cee3
Коммит 7b279131af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ env:
install:
- npm install # Install task runners for lint checking.
- pip install azure-mgmt-resource keyring pycurl # Install Azure Python SDK (we only need the resource manager package)
- pip install azure-mgmt-subscription azure-mgmt-resource keyring pycurl # Install Azure Python SDK (we only need the sub & the resource manager packages)
before_script:
- ssh-keygen -q -f azure_moodle_id_rsa -N "" # Generate SSH keys to send to deployment