Skip to content

Commit

Permalink
add gdal dependencyu
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jan 4, 2024
1 parent 5696a7d commit d7398ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
steps:
- name: Update Package References
run: sudo apt-get update
- name: Install system dependencies
run: apt-fast install --no-install-recommends --yes
libgdal30
libproj22
python3-cachecontrol
python3-dev
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python environment
Expand Down

0 comments on commit d7398ca

Please sign in to comment.