Skip to content

Commit

Permalink
Use Mambaforge
Browse files Browse the repository at this point in the history
Documented work around in conda-incubator/setup-miniconda#274 in response to transient errors
  • Loading branch information
rosepearson committed Jan 15, 2023
1 parent 5b4a58d commit 0f96bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,defaults
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: true
activate-environment: geofabrics
environment-file: environment_linux.yml
Expand Down

0 comments on commit 0f96bfa

Please sign in to comment.