File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
52
52
restore-keys : |
53
53
${{ github.workflow }}-${{ matrix.python-version }}-ccache-macos-
54
54
55
- - name : Setup Mambaforge
55
+ - name : Setup Miniforge
56
56
uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
59
channels : conda-forge
60
60
channel-priority : true
61
61
activate-environment : numpy-dev
62
62
use-only-tar-bz2 : false
63
- miniforge-variant : Mambaforge
63
+ miniforge-variant : Miniforge3
64
64
miniforge-version : latest
65
65
use-mamba : true
66
66
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Otherwise, conda is recommended.
224
224
.. note ::
225
225
226
226
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.
228
228
229
229
Building from source to use NumPy
230
230
`````````````````````````````````
@@ -432,5 +432,5 @@ Background information
432
432
distutils_equivalents
433
433
434
434
435
- .. _ Mambaforge : https://github.com/conda-forge/miniforge#mambaforge
435
+ .. _ Miniforge : https://github.com/conda-forge/miniforge
436
436
.. _meson-python : https://mesonbuild.com/meson-python/
You can’t perform that action at this time.
0 commit comments