Skip to content

Commit

Permalink
gdal test
Browse files Browse the repository at this point in the history
  • Loading branch information
strobba committed Oct 1, 2024
1 parent e8cb6ec commit 3bc4fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-action-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install gdal lib
run: sudo apt install libgdal-dev
- name: Install dependencies
run: |
sudo apt install libgdal-dev
python -m pip install --upgrade pip
pip install -e ".[lint]"
- name: Lint with ruff
Expand Down

0 comments on commit 3bc4fac

Please sign in to comment.