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 6c571d5 commit 8661de1Copy full SHA for 8661de1
scripts/azp/osx.yml
@@ -36,7 +36,7 @@ jobs:
36
which pytest
37
pip install -e .
38
pytest
39
- SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")
+ SKPATH=$(python -c "import skbuild; print (skbuild.constants.SKBUILD_DIR())")/cmake-build
40
export PDAL_DRIVER_PATH=$SKPATH
41
ls
42
ls _skbuild
0 commit comments