We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593639a commit 024d2b4Copy full SHA for 024d2b4
.github/workflows/asv-bot.yml
@@ -43,6 +43,8 @@ jobs:
43
# during discovery process
44
- uses: conda-incubator/setup-miniconda@v2
45
with:
46
+ mamba-version: "*"
47
+ channels: conda-forge,defaults
48
activate-environment: pandas-dev
49
channel-priority: strict
50
environment-file: ${{ env.ENV_FILE }}
.github/workflows/sdist.yml
@@ -53,6 +53,8 @@ jobs:
53
54
55
56
57
58
activate-environment: pandas-sdist
59
channels: conda-forge
60
python-version: '${{ matrix.python-version }}'
0 commit comments