File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments