We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dc657 commit 31e8b01Copy full SHA for 31e8b01
scripts/azp/linux.yml
@@ -10,7 +10,7 @@ jobs:
10
timeoutInMinutes: 60
11
steps:
12
- script: |
13
- apt-get update -y; apt-get install python3-pip -y
+ sudo apt-get update -y; sudo apt-get install python3-pip -y
14
pip3 install numpy packaging cython
15
displayName: 'Dependencies'
16
scripts/azp/osx.yml
@@ -34,9 +34,9 @@ jobs:
34
source activate pdal
35
export CI=azure
36
source run_conda_forge_build_setup
37
- env: {
38
- OSX_FORCE_SDK_DOWNLOAD: "1"
39
- }
+ env: {
+ OSX_FORCE_SDK_DOWNLOAD: "1"
+ }
40
displayName: Configure OSX SDK
41
42
0 commit comments