Skip to content

Commit 1abd1a7

Browse files
phofljonashaag
authored andcommitted
Add mambaforge to github actions ci
1 parent ff16cdb commit 1abd1a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/database.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888

8989
- uses: conda-incubator/setup-miniconda@v2
9090
with:
91+
mamba-version: "*"
92+
channels: conda-forge,defaults
9193
activate-environment: pandas-dev
9294
channel-priority: strict
9395
environment-file: ${{ matrix.ENV_FILE }}

.github/workflows/posix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181

8282
- uses: conda-incubator/setup-miniconda@v2
8383
with:
84+
mamba-version: "*"
85+
channels: conda-forge,defaults
8486
activate-environment: pandas-dev
8587
channel-priority: flexible
8688
environment-file: ${{ env.ENV_FILE }}

0 commit comments

Comments
 (0)