Skip to content

Commit 024d2b4

Browse files
committed
Test
1 parent 593639a commit 024d2b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/asv-bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
# during discovery process
4444
- uses: conda-incubator/setup-miniconda@v2
4545
with:
46+
mamba-version: "*"
47+
channels: conda-forge,defaults
4648
activate-environment: pandas-dev
4749
channel-priority: strict
4850
environment-file: ${{ env.ENV_FILE }}

.github/workflows/sdist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
5454
- uses: conda-incubator/setup-miniconda@v2
5555
with:
56+
mamba-version: "*"
57+
channels: conda-forge,defaults
5658
activate-environment: pandas-sdist
5759
channels: conda-forge
5860
python-version: '${{ matrix.python-version }}'

0 commit comments

Comments
 (0)