Skip to content

Commit

Permalink
Remove use of mambaforge, as no longer supported (#65)
Browse files Browse the repository at this point in the history
* Remove use of mambaforge, as no longer supported

* Now need to install libkea-gdal

* I mean libgdal-kea
  • Loading branch information
neilflood authored Oct 1, 2024
1 parent a0c0c21 commit 70236e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
miniforge-variant: Mambaforge
- name: Install dependencies
shell: bash -l {0}
run: |
conda install flake8 numba scikit-learn gdal
conda install flake8 numba scikit-learn gdal libgdal-kea
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 70236e5

Please sign in to comment.