File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ jobs:
5555
5656 - name : Setup mamba (linux, macos)
5757 if : runner.os != 'Windows'
58- uses : conda-incubator/setup-miniconda@v2.2.0
58+ uses : conda-incubator/setup-miniconda@v3.0.1
5959 with :
6060 miniforge-variant : Mambaforge-pypy3
6161 miniforge-version : latest
6262 environment-file : mm-workflows/install/system_deps.yml
6363 activate-environment : mm
64- use-mamba : true
6564 channels : conda-forge
6665 python-version : " 3.9.*" # pypy is not yet compatible with 3.10 and 3.11
6766
68- - name : Setup conda (windows)
67+ - name : Setup mamba (windows)
6968 if : runner.os == 'Windows'
70- uses : conda-incubator/setup-miniconda@v2.2.0
69+ uses : conda-incubator/setup-miniconda@v3.0.1
7170 with :
71+ miniforge-variant : Mambaforge-pypy3
7272 miniforge-version : latest
7373 environment-file : mm-workflows/install/system_deps_windows.yml
7474 activate-environment : mm
You can’t perform that action at this time.
0 commit comments