Skip to content

Commit 06f4dcf

Browse files
committed
osx lint
1 parent ce6c957 commit 06f4dcf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

scripts/azp/osx.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ jobs:
4141
- script: |
4242
source activate pdal
4343
which pytest
44-
pytest
4544
pip install .
45+
pytest
4646
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
4747
export PDAL_DRIVER_PATH=$SKPATH
48+
ls
49+
ls $SKPATH
4850
$SKPATH/pdal_filters_python_test
4951
$SKPATH/pdal_io_numpy_test
5052
pdal --version
5153
pdal --drivers
54+
failOnStderr: true
5255
displayName: 'Local test'
5356

scripts/azp/win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
pdal --version
4343
pdal --drivers
4444
failOnStderr: true
45-
displayName: 'Test'
45+
displayName: 'Local test'
4646
4747

0 commit comments

Comments
 (0)