Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Oct 8, 2024
1 parent f4c0293 commit 3d0bd24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
python-version: ${{ env.PYTHON }}
- name: Python info
run: |
mkdir -p /home/runner
which python
python --version
- name: Install system packages
Expand Down Expand Up @@ -57,6 +56,8 @@ jobs:
cache: 'pip' # caching pip dependencies
- name: Install system packages
run: |
mkdir -p /home/runner
chmod 777 /home/runner
sudo apt update
sudo apt install libudunits2-dev libgeos-dev libproj-dev proj-data proj-bin
- name: Tox environment
Expand Down

0 comments on commit 3d0bd24

Please sign in to comment.