8000 Merge pull request #27277 from lucascolley/miniforge · numpy/numpy@3e1edef · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e1edef

Browse files
authored
Merge pull request #27277 from lucascolley/miniforge
DOC/DEV/CI: mambaforge -> miniforge
2 parents 6ffe3da + 3e70e0a commit 3e1edef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
restore-keys: |
5353
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
5454
55-
- name: Setup Mambaforge
55+
- name: Setup Miniforge
5656
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959
channels: conda-forge
6060
channel-priority: true
6161
activate-environment: numpy-dev
6262
use-only-tar-bz2: false
63-
miniforge-variant: Mambaforge
63+
miniforge-variant: Miniforge3
6464
miniforge-version: latest
6565
use-mamba: true
6666

doc/source/building/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Otherwise, conda is recommended.
224224
.. note::
225225

226226
If you don't have a conda installation yet, we recommend using
227-
Mambaforge_; any conda flavor will work though.
227+
Miniforge_; any conda flavor will work though.
228228

229229
Building from source to use NumPy
230230
`````````````````````````````````
@@ -432,5 +432,5 @@ Background information
432432
distutils_equivalents
433433

434434

435-
.. _Mambaforge: https://github.com/conda-forge/miniforge#mambaforge
435+
.. _Miniforge: https://github.com/conda-forge/miniforge
436436
.. _meson-python: https://mesonbuild.com/meson-python/

0 commit comments

Comments
 (0)
0