Skip to content

Commit

Permalink
ci: fix pdal install
Browse files Browse the repository at this point in the history
  • Loading branch information
HideBa committed Feb 4, 2024
1 parent 5ac5994 commit 6e09667
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 @@ -27,13 +27,13 @@ jobs:
- name: Install PDAL
run: |
sudo apt-get update
sudo apt-get install -y pdal
sudo apt-get install -y pdal libpdal -dev
- name: Cache pip packages
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

- name: Install Poetry
run: |
Expand Down

0 comments on commit 6e09667

Please sign in to comment.