Skip to content

Commit dce8ac1

Browse files
committed
CI churn
1 parent 5dff4af commit dce8ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
environment-file: .github/environment.yml
3737
extra-specs: |
3838
python=${{ matrix.python-version }}
39+
sel(linux): compilers
3940
4041
- name: Install
4142
shell: bash -l {0}
@@ -48,6 +49,8 @@ jobs:
4849
run: |
4950
export PYTHONHOME=$CONDA_PREFIX
5051
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
5154
pdal --drivers
5255
$PDAL_DRIVER_PATH/pdal_filters_python_test$EXT
5356
$PDAL_DRIVER_PATH/pdal_io_numpy_test$EXT

0 commit comments

Comments
 (0)