Skip to content

Commit

Permalink
Install GDAL in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Oct 26, 2023
1 parent 2e23852 commit dea30d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: install GDAL and python bindings
run: sudo apt update && sudo apt-get install -y gdal-bin python3-gdal
- name: install Poetry
uses: snok/[email protected]
- name: configure pypi credentials
Expand Down

0 comments on commit dea30d4

Please sign in to comment.