Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit a89bdd1

Browse files
authored
Use mamba-org/setup-micromamba in more places (#159)
1 parent a488dfb commit a89bdd1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
with:
8787
name: jupyterlite-xeus-python-sdist
8888

89-
- name: Setup conda
90-
uses: conda-incubator/setup-miniconda@v2
89+
- name: Install Conda environment with Micromamba
90+
uses: mamba-org/setup-micromamba@v1
9191
with:
92-
activate-environment: xeus-python-kernel
92+
micromamba-version: '1.5.1-0'
9393
environment-file: environment.yml
94-
python-version: '3.10'
94+
cache-environment: true
9595

9696
- name: Install mamba
9797
run: conda install -c conda-forge mamba
@@ -120,12 +120,12 @@ jobs:
120120
with:
121121
name: jupyterlite-xeus-python-sdist
122122

123-
- name: Setup conda
124-
uses: conda-incubator/setup-miniconda@v2
123+
- name: Install Conda environment with Micromamba
124+
uses: mamba-org/setup-micromamba@v1
125125
with:
126-
activate-environment: xeus-python-kernel
126+
micromamba-version: '1.5.1-0'
127127
environment-file: environment.yml
128-
python-version: '3.10'
128+
cache-environment: true
129129

130130
- name: Install mamba
131131
run: conda install -c conda-forge mamba
@@ -175,12 +175,12 @@ jobs:
175175
with:
176176
name: jupyterlite-xeus-python-sdist
177177

178-
- name: Setup conda
179-
uses: conda-incubator/setup-miniconda@v2
178+
- name: Install Conda environment with Micromamba
179+
uses: mamba-org/setup-micromamba@v1
180180
with:
181-
activate-environment: xeus-python-kernel
181+
micromamba-version: '1.5.1-0'
182182
environment-file: environment.yml
183-
python-version: '3.10'
183+
cache-environment: true
184184

185185
- name: Install
186186
run: pip install jupyterlite-xeus-python.tar.gz

0 commit comments

Comments
 (0)