Skip to content

Commit

Permalink
Skip install direct dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu (MAIDAP) committed Jan 28, 2021
1 parent 6316a9c commit 547aa2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion devops/templates/install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 1 addition & 2 deletions devops/templates/merge-cov-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 547aa2c

Please sign in to comment.