Skip to content

Commit

Permalink
Don't use depth 2 on Azure as I don't think it's needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Mar 30, 2021
1 parent ccb8803 commit 69741cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines/run_test_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ parameters:
steps:
- checkout: self
clean: true
# A minimum depth of 2 is required, as the default is the auto-merge commit
# and we need the last commit from the PR to report the coverage.
fetchDepth: 2

- task: UsePythonVersion@0
displayName: "Use Python ${{ parameters.pythonVersion }}"
Expand Down

0 comments on commit 69741cf

Please sign in to comment.