Skip to content

Commit

Permalink
CI churn
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 26, 2022
1 parent 5dff4af commit dce8ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
environment-file: .github/environment.yml
extra-specs: |
python=${{ matrix.python-version }}
sel(linux): compilers
- name: Install
shell: bash -l {0}
Expand All @@ -48,6 +49,8 @@ jobs:
run: |
export PYTHONHOME=$CONDA_PREFIX
export PDAL_DRIVER_PATH=$(python -c "import os, skbuild; print(os.path.join(skbuild.constants.SKBUILD_DIR(), 'cmake-build'))")
echo PDAL_DRIVER_PATH
ls $PDAL_DRIVER_PATH
pdal --drivers
$PDAL_DRIVER_PATH/pdal_filters_python_test$EXT
$PDAL_DRIVER_PATH/pdal_io_numpy_test$EXT
Expand Down

0 comments on commit dce8ac1

Please sign in to comment.