Skip to content

Commit

Permalink
Use the up to date PDAL conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 10, 2024
1 parent 7390cf9 commit 4c547e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Install PDAL
if: steps.conda-cache.outputs.cache-hit != 'true'
run: conda install pdal=${{ matrix.pdal }}
run: conda install libpdal=${{ matrix.pdal }}

- name: Set LD_LIBRARY_PATH
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Install PDAL
if: steps.conda-cache.outputs.cache-hit != 'true'
run: conda install pdal=${{ matrix.pdal }}
run: conda install libpdal=${{ matrix.pdal }}

- name: Set LD_LIBRARY_PATH
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 4c547e3

Please sign in to comment.