Skip to content

Commit

Permalink
added gdal to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent 3c15b36 commit d6f4de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
- run: sudo apt-get update
- run: sudo apt-get install gdal-bin libgdal-dev
- run: npm install
- run: npm run lint
- run: npm run setup
Expand Down

0 comments on commit d6f4de4

Please sign in to comment.