Skip to content

Commit

Permalink
Update CI to install GDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 12, 2024
1 parent 214326c commit e07fdeb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3.0.4
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge

- name: Install GDAL
run: |
conda install conda-forge::gdal
- name: Install package
run: python -m pip install .[test]

Expand Down

0 comments on commit e07fdeb

Please sign in to comment.