Skip to content

Commit

Permalink
Install libpdal-trajectory
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 10, 2024
1 parent 4c547e3 commit 12bee90
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 libpdal=${{ matrix.pdal }}
run: conda install libpdal-trajectory=${{ matrix.pdal }} 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 libpdal=${{ matrix.pdal }}
run: conda install libpdal-trajectory=${{ matrix.pdal }} libpdal=${{ matrix.pdal }}

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

0 comments on commit 12bee90

Please sign in to comment.