Skip to content

Commit

Permalink
Pin gdal version to match container
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Oct 24, 2024
1 parent 1af8d32 commit fe9eee1
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 @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "numpy<2" gdal[numpy] scikit-image "h3==4.0.0b5"
python -m pip install "numpy<2" gdal[numpy]=3.9.2 scikit-image "h3==4.0.0b5"
python -m pip install pylint mypy pytest types-setuptools
- name: Lint with pylint
run: |
Expand Down

0 comments on commit fe9eee1

Please sign in to comment.