Skip to content

Commit

Permalink
install gdal lib
Browse files Browse the repository at this point in the history
  • Loading branch information
strobba committed Oct 1, 2024
1 parent 5810c27 commit a749b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -16,6 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install libgdal-dev
python -m pip install --upgrade pip
pip install -e ".[test]"
- name: Test with pytest
Expand Down

0 comments on commit a749b21

Please sign in to comment.