Skip to content

Commit

Permalink
gdal lib added
Browse files Browse the repository at this point in the history
  • Loading branch information
strobba committed Oct 2, 2024
1 parent 3b23088 commit e4f1c5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-action-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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: |
python -m pip install --upgrade pip
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-action-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install gdal lib
run: sudo apt install libgdal-dev
- name: Build package
run: |
python -m pip install -U pip build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-action-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e4f1c5d

Please sign in to comment.