We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dff4af commit dce8ac1Copy full SHA for dce8ac1
.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
36
environment-file: .github/environment.yml
37
extra-specs: |
38
python=${{ matrix.python-version }}
39
+ sel(linux): compilers
40
41
- name: Install
42
shell: bash -l {0}
@@ -48,6 +49,8 @@ jobs:
48
49
run: |
50
export PYTHONHOME=$CONDA_PREFIX
51
export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join(skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")
52
+ echo PDAL_DRIVER_PATH
53
+ ls $PDAL_DRIVER_PATH
54
pdal --drivers
55
$PDAL_DRIVER_PATH/pdal_filters_python_test$EXT
56
$PDAL_DRIVER_PATH/pdal_io_numpy_test$EXT
0 commit comments