Skip to content

Commit 69fbd08

Browse files
committed
Fixed indentation
1 parent b955a6f commit 69fbd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/jobs/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python --version
1111
displayName: 'Check python version'
1212
- bash: |
13-
python -m venv .env
13+
python -m venv .env
1414
.env\Scripts\Activate.ps1
1515
python -m pip install -U pip
1616
python -m pip install .

0 commit comments

Comments
 (0)