mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Avoid test failures when making multiple pushes in a short time period
This commit is contained in:
parent
ecaa920e06
commit
380ccbc2d4
@ -24,7 +24,7 @@ jobs:
|
||||
displayName: 'Install calibre dependencies'
|
||||
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 10
|
||||
|
||||
- script: |
|
||||
python setup.py bootstrap --ephemeral
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 10
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 10
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
fetchDepth: 10
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user