Skip to content

Commit

Permalink
Add required dependency for sf
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 15, 2024
1 parent 1f3e00b commit c2830bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# cffdrs requires libudunits2-dev
run: |
sudo apt-get update
sudo apt-get -y install libgdal-dev libudunits2-dev r-base-dev libproj-dev libgeos-dev libsqlite3-dev
sudo apt-get -y install libudunits2-dev r-base-dev libgdal-dev libproj-dev libgeos-dev libsqlite3-dev libtirpc-dev
- name: Setup Python ${{ matrix.python-version }} (api)
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c2830bc

Please sign in to comment.