File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,12 @@ jobs:
110110 - name : Checkout
111111 uses : actions/checkout@v3
112112
113- - name : Setup conda
114- uses : conda-incubator/setup-miniconda@v2
113+ - name : Install Conda environment with Micromamba
114+ uses : mamba-org/provision-with-micromamba@main
115115 with :
116- activate- environment : ipydatagrid-test-ipw7
116+ environment-name : ipydatagrid-test-ipw7
117117 environment-file : test-environment-ipyw7.yaml
118118 python-version : 3.9
119- mamba-version : ' *'
120119 auto-activate-base : false
121120 channels : conda-forge
122121
@@ -159,13 +158,12 @@ jobs:
159158 - name : Checkout
160159 uses : actions/checkout@v3
161160
162- - name : Setup conda
163- uses : conda-incubator/setup-miniconda@v2
161+ - name : Install Conda environment with Micromamba
162+ uses : mamba-org/provision-with-micromamba@main
164163 with :
165- activate- environment: ipydatagrid-test-ipw8
164+ environment-name : ipydatagrid-test-ipw8
166165 environment-file : test-environment-ipyw8.yaml
167166 python-version : 3.9
168- mamba-version : ' *'
169167 auto-activate-base : false
170168 channels : conda-forge
171169
You can’t perform that action at this time.
0 commit comments