Skip to content

Commit 2056460

Browse files
committed
osx activate pdal env
1 parent 9c7c5d2 commit 2056460

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/azp/osx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
pip install numpy packaging cython
4444
displayName: 'Dependencies'
4545
- script: |
46+
source activate pdal
4647
python setup.py build
4748
displayName: 'Build'
4849
- script: |
50+
source activate pdal
4951
python setup.py test
5052
displayName: 'Test'
5153

0 commit comments

Comments
 (0)