Skip to content

Commit

Permalink
updates publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
nzahasan committed Nov 11, 2020
1 parent 35e5167 commit 4698ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install GEOS
run: sudo apt-get install libgeos-dev
- name: Install GEOS,GDAL
run: sudo apt-get install libgeos-dev libgdal-dev

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4698ac8

Please sign in to comment.