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 31e8b01 commit bc4f4b5Copy full SHA for bc4f4b5
scripts/azp/linux.yml
@@ -10,7 +10,7 @@ jobs:
10
timeoutInMinutes: 60
11
steps:
12
- script: |
13
- sudo apt-get update -y; sudo apt-get install python3-pip -y
+ sudo apt-get install python3-pip -y
14
pip3 install numpy packaging cython
15
displayName: 'Dependencies'
16
scripts/azp/osx.yml
@@ -28,7 +28,7 @@ jobs:
28
ECHO ON
29
source activate pdal
30
conda config --set always_yes True --set show_channel_urls True
31
- conda install --yes --quiet --name pdal -c conda-forge cython packaging pdal conda-forge-ci-setup=2 -y
+ conda install --yes --quiet --name pdal -c conda-forge cython packaging pdal numpy conda-forge-ci-setup=2 -y
32
displayName: Install PDAL
33
34
0 commit comments