Skip to content

Commit 00b7706

Browse files
committed
git needs to be set up
1 parent f47acaa commit 00b7706

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ steps:
77
inputs:
88
versionSpec: '3.6'
99

10+
- script: |
11+
git config --global user.email "[email protected]"
12+
git config --global user.name "CI Services"
13+
displayName: 'Set up git'
14+
1015
- script: python -m pip install --upgrade pip setuptools wheel
1116
displayName: 'Install tools'
1217

0 commit comments

Comments
 (0)