Skip to content

Commit e300325

Browse files
phofljonashaag
authored andcommitted
Add to checks ci
1 parent 1abd1a7 commit e300325

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
- uses: conda-incubator/setup-miniconda@v2
4343
with:
44+
mamba-version: "*"
45+
channels: conda-forge,defaults
4446
activate-environment: pandas-dev
4547
channel-priority: strict
4648
environment-file: ${{ env.ENV_FILE }}
@@ -104,6 +106,8 @@ jobs:
104106

105107
- uses: conda-incubator/setup-miniconda@v2
106108
with:
109+
mamba-version: "*"
110+
channels: conda-forge,defaults
107111
activate-environment: pandas-dev
108112
channel-priority: strict
109113
environment-file: ${{ env.ENV_FILE }}

0 commit comments

Comments
 (0)