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 bcaef88 commit 7d0d373Copy full SHA for 7d0d373
scripts/azp/win.yml
@@ -19,6 +19,7 @@ jobs:
19
displayName: Create conda environment
20
21
- script: |
22
+ failOnStderr: true
23
ECHO ON
24
call activate pdal
25
call conda config --set always_yes True --set show_channel_urls True
@@ -34,8 +35,8 @@ jobs:
34
35
pytest
36
for /f %%i in ('python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())"') do set SKPATH=%%i
37
set PDAL_DRIVER_PATH=%SKPATH%\cmake-build\Release
- %SKPATH%/pdal_filters_python_test
38
- %SKPATH%/pdal_io_numpy_test
+ .\%SKPATH%\cmake-build\Release\pdal_filters_python_test
39
+ .\%SKPATH%\cmake-build\Release\pdal_io_numpy_test
40
pdal --version
41
pdal --drivers
42
displayName: 'Test'
0 commit comments