Skip to content

Commit dc4bac2

Browse files
authored
Merge pull request #619 from opendatacube/fix/mamba-deprecation
Fix miniconda installation. Separate GDAL linker issue surfaces.
2 parents 7331cc2 + 8218aad commit dc4bac2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,14 @@ jobs:
7777
tests/env
7878
key: ${{ runner.os }}-test-env-${{ hashFiles('tests/test-env.yml') }}
7979

80-
- uses: conda-incubator/setup-miniconda@v2
80+
- uses: conda-incubator/setup-miniconda@v3
8181
if: steps.conda_cache.outputs.cache-hit != 'true'
8282
with:
8383
channels: conda-forge,defaults
8484
channel-priority: true
8585
activate-environment: ""
86-
# mamba-version: "*"
86+
mamba-version: "*"
8787
use-mamba: true
88-
miniforge-variant: Mambaforge
8988

9089
- name: Dump Conda Environment Info
9190
shell: bash -l {0}

0 commit comments

Comments
 (0)