Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang authored Nov 15, 2023
1 parent 762ccbb commit b2a1735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
pip install GDAL
pip install GDAL==3.6.4
pip install .[test]
- name: Test with pytest
run: |
Expand Down

0 comments on commit b2a1735

Please sign in to comment.