From 12bee90fb25a8d591e4766b59e40d9bfb3193e14 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Tue, 10 Sep 2024 19:34:10 -0400 Subject: [PATCH] Install libpdal-trajectory --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70b8a23..6a41761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }} @@ -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' }}