Skip to content

Commit

Permalink
Remove Mambaforge from all test runs. Apparently it is no longer supp…
Browse files Browse the repository at this point in the history
…orted
  • Loading branch information
neilflood committed Oct 1, 2024
1 parent caab70b commit 281e829
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
miniforge-variant: Mambaforge
- name: Install dependencies
run: conda install gdal cloudpickle scipy
- name: Test with testrios
Expand All @@ -77,7 +76,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
miniforge-variant: Mambaforge
- name: Install dependencies
shell: bash -l {0}
run: conda install gdal cloudpickle scipy
Expand Down

0 comments on commit 281e829

Please sign in to comment.