Skip to content

Commit bc4f4b5

Browse files
committed
azp linux/osx churn
1 parent 31e8b01 commit bc4f4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/azp/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeoutInMinutes: 60
1111
steps:
1212
- script: |
13-
sudo apt-get update -y; sudo apt-get install python3-pip -y
13+
sudo apt-get install python3-pip -y
1414
pip3 install numpy packaging cython
1515
displayName: 'Dependencies'
1616
- script: |

scripts/azp/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ECHO ON
2929
source activate pdal
3030
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
31+
conda install --yes --quiet --name pdal -c conda-forge cython packaging pdal numpy conda-forge-ci-setup=2 -y
3232
displayName: Install PDAL
3333
- script: |
3434
source activate pdal

0 commit comments

Comments
 (0)