Fix pip path
This commit is contained in:
Родитель
f6e78d92c6
Коммит
b9dba091fb
|
@ -1,8 +1,6 @@
|
|||
steps:
|
||||
- script: python -m pip install --upgrade pip
|
||||
displayName: 'Upgrade pip'
|
||||
- script: pip fix-user-path
|
||||
displayName: 'Fix to add user directory to python path'
|
||||
- script: pip install wheel==0.30.0
|
||||
displayName: 'Install Wheel'
|
||||
- script: pip install pytest==4.6.6
|
||||
|
@ -10,4 +8,6 @@ steps:
|
|||
- script: pip install coverage
|
||||
displayName: 'Install coverage'
|
||||
- script: pip install pytest-cov
|
||||
displayName: 'Install pytest-cov'
|
||||
displayName: 'Install pytest-cov'
|
||||
- script: export PYTHONPATH="${PYTHONPATH}:~/.local/bin"
|
||||
displayName: 'Fix pip install path'
|
||||
|
|
Загрузка…
Ссылка в новой задаче