Skip to content

Commit

Permalink
migrate to GitHub Actions (geopython#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 1, 2021
1 parent 45cfb94 commit 89e7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install requirements 📦
run: |
apt-get install -y gdal-bin libgdal-dev
sudo apt-get install -y gdal-bin libgdal-dev
# follow GDAL installed version for Python bindings
# pip3 install GDAL==`gdalinfo --version | cut -d' ' -f2 | cut -d',' -f1`
pip3 install -r requirements.txt
Expand Down

0 comments on commit 89e7b02

Please sign in to comment.