Skip to content

Commit

Permalink
Install libudunits2-dev in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 5, 2024
1 parent 926a6f0 commit d1627da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install system packages
run: |
sudo apt update
sudo apt install libudunits2-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d1627da

Please sign in to comment.