Skip to content

Commit

Permalink
build_type
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 15, 2024
1 parent 2402ef9 commit dcb29c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
export PYTHONHOME=$CONDA_PREFIX
export WHEEL_DIR=$(python -m "scikit_build_core.builder.wheel_tag")
export PDAL_DRIVER_PATH=`pwd`/build/$WHEEL_DIR
export PDAL_DRIVER_PATH=`pwd`/build/$WHEEL_DIR/Release
echo $PDAL_DRIVER_PATH
ls $PDAL_DRIVER_PATH
pdal --drivers
Expand All @@ -68,7 +68,7 @@ jobs:
run: |
export PYTHONHOME=$CONDA_PREFIX
export WHEEL_DIR=$(python -m "scikit_build_core.builder.wheel_tag")
export PDAL_DRIVER_PATH=`pwd`/build/$WHEEL_DIR/Release
export PDAL_DRIVER_PATH=`pwd`/build/$WHEEL_DIR/Release/Release
echo $PDAL_DRIVER_PATH
ls $PDAL_DRIVER_PATH
pdal --drivers
Expand Down

0 comments on commit dcb29c2

Please sign in to comment.