Skip to content

Commit f65b543

Browse files
authored
consistently set up mamba in build_and_test workflow on Windows, Mac and Linux (PolusAI#228)
* consistently set up mamba in build_and_test workflow on Windows, Mac and Linux * update miniconda to 3.0.1
1 parent d4a7c61 commit f65b543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)