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 ce6c957 commit 06f4dcfCopy full SHA for 06f4dcf
scripts/azp/osx.yml
@@ -41,13 +41,16 @@ jobs:
41
- script: |
42
source activate pdal
43
which pytest
44
- pytest
45
pip install .
+ pytest
46
SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
47
export PDAL_DRIVER_PATH=$SKPATH
48
+ ls
49
+ ls $SKPATH
50
$SKPATH/pdal_filters_python_test
51
$SKPATH/pdal_io_numpy_test
52
pdal --version
53
pdal --drivers
54
+ failOnStderr: true
55
displayName: 'Local test'
56
scripts/azp/win.yml
@@ -42,6 +42,6 @@ jobs:
failOnStderr: true
- displayName: 'Test'
+ displayName: 'Local test'
0 commit comments