mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Avoid test failures when making multiple pushes in a short time period
This commit is contained in:
+4
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user