@@ -86,12 +86,12 @@ jobs:
86
86
with :
87
87
name : jupyterlite-xeus-python-sdist
88
88
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
91
91
with :
92
- activate-environment : xeus-python-kernel
92
+ micromamba-version : ' 1.5.1-0 '
93
93
environment-file : environment.yml
94
- python-version : ' 3.10 '
94
+ cache-environment : true
95
95
96
96
- name : Install mamba
97
97
run : conda install -c conda-forge mamba
@@ -120,12 +120,12 @@ jobs:
120
120
with :
121
121
name : jupyterlite-xeus-python-sdist
122
122
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
125
125
with :
126
- activate-environment : xeus-python-kernel
126
+ micromamba-version : ' 1.5.1-0 '
127
127
environment-file : environment.yml
128
- python-version : ' 3.10 '
128
+ cache-environment : true
129
129
130
130
- name : Install mamba
131
131
run : conda install -c conda-forge mamba
@@ -175,12 +175,12 @@ jobs:
175
175
with :
176
176
name : jupyterlite-xeus-python-sdist
177
177
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
180
180
with :
181
- activate-environment : xeus-python-kernel
181
+ micromamba-version : ' 1.5.1-0 '
182
182
environment-file : environment.yml
183
- python-version : ' 3.10 '
183
+ cache-environment : true
184
184
185
185
- name : Install
186
186
run : pip install jupyterlite-xeus-python.tar.gz
0 commit comments