Skip to content

Commit c3dc657

Browse files
committed
azp indenting
1 parent dfd1d96 commit c3dc657

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/azp/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
timeoutInMinutes: 60
1111
steps:
1212
- script: |
13+
apt-get update -y; apt-get install python3-pip -y
14+
pip3 install numpy packaging cython
1315
displayName: 'Dependencies'
14-
apt-get update -y; apt-get install python3-pip -y
15-
pip3 install numpy packaging cython
1616
- script: |
17-
python3 setup.py build
17+
python3 setup.py build
1818
displayName: 'Build'
1919
- script: |
2020
python3 setup.py test

scripts/azp/osx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
source activate pdal
3535
export CI=azure
3636
source run_conda_forge_build_setup
37-
env: {
38-
OSX_FORCE_SDK_DOWNLOAD: "1"
39-
}
37+
env: {
38+
OSX_FORCE_SDK_DOWNLOAD: "1"
39+
}
4040
displayName: Configure OSX SDK
4141
- script: |
4242
source activate pdal

0 commit comments

Comments
 (0)