Removes the `--no-use-pep517` flag on the Mac build. Prematurely added.

This commit is contained in:
Hannah Kennedy 2019-02-04 14:14:47 -05:00
Родитель f613d0fdb1
Коммит 1a2e8914ca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -86,7 +86,7 @@ phases:
name: Hosted macOS
steps:
- script: |
pip3 install --no-use-pep517 -r src/requirements.txt
pip3 install -r src/requirements.txt
displayName: install requirements
- script: |
python3 -m pylint src