@@ -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