Skip to content

Commit

Permalink
Update django.yml install GDAL #31
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Oct 7, 2023
1 parent 1df9c5b commit 1da48c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
sudu apt-get install libgdal-dev
sudo apt-get install libgdal-dev
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1da48c3

Please sign in to comment.