Skip to content

Commit

Permalink
Install udunits package
Browse files Browse the repository at this point in the history
  • Loading branch information
tnipen committed Jan 13, 2025
1 parent 3b0a239 commit fefb3f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Dependencies
run: |
sudo apt update -qq
sudo apt install libudunits2-dev
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
Expand Down

0 comments on commit fefb3f4

Please sign in to comment.