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 33ecc47 commit b6c6405Copy full SHA for b6c6405
scripts/azp/osx.yml
@@ -43,7 +43,7 @@ jobs:
43
which pytest
44
pip install -e .
45
pytest
46
- SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
+ SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")
47
export PDAL_DRIVER_PATH=$SKPATH
48
ls
49
ls $SKPATH
0 commit comments