Skip to content

Commit 24be755

Browse files
authored
GHA: use micromamba
1 parent 8459a9a commit 24be755

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,17 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646

47-
- name: Setup Conda
48-
uses: conda-incubator/setup-miniconda@v3
47+
- name: Install Conda environment with Micromamba
48+
uses: mamba-org/setup-micromamba@v2
4949
with:
5050
environment-file: ${{ matrix.env }}
51-
miniforge-version: latest
52-
miniforge-variant: Miniforge3
53-
use-mamba: true
5451

5552
- name: Check and Log Environment
5653
run: |
5754
python -V
5855
python -c "import geopandas; geopandas.show_versions();"
59-
conda info
60-
conda list
56+
micromamba info
57+
micromamba list
6158
6259
- name: Test
6360
run: |

0 commit comments

Comments
 (0)