Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SbastianGarzon authored Dec 9, 2021
1 parent a04eea3 commit b1731c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get install -y libproj-dev libgeos-dev libspatialite-dev libgdal-dev netcdf-bin
sudo apt-get install gdal-bin==${{matrix.gdal}}
sudo apt-get install gdal-bin=${{matrix.gdal}}
gdal-config --version
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit b1731c3

Please sign in to comment.