зеркало из https://github.com/microsoft/genalog.git
Skip install direct dep
This commit is contained in:
Родитель
6316a9c953
Коммит
547aa2c0f9
|
@ -2,7 +2,6 @@
|
|||
steps:
|
||||
- bash: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install -r requirements-dev.txt
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
displayName: 'Install dependencies'
|
||||
|
|
|
@ -5,12 +5,11 @@ parameters:
|
|||
|
||||
jobs:
|
||||
- job:
|
||||
displayName: Merge Code Coverage Reports
|
||||
displayName: Merge cov reports
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- checkout: none
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: ${{ parameters.pyVersion }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче