Skip to content

Commit

Permalink
Install newest proj in 2.9 image
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 26, 2024
1 parent 7f029d0 commit 52a13cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
libxml2-dev \
libxslt-dev
- name: Install dependencies (2.9)
if: ${{ matrix.ckan-version == '2.9' }}
run: |
apk add --no-cache \
proj-util=9.4.0-r0 \
proj-dev=9.4.0-r0
- name: Enable pip cache
run: |
echo "PIP version: $(pip --version)"
Expand Down

0 comments on commit 52a13cb

Please sign in to comment.