File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,19 @@ jobs:
145
145
tar -xvf ${{ env.pkg-path-in-channel }}/${{ env.PACKAGE_NAME }}-*.tar.bz2 -C ${{ env.extracted-pkg-path }}
146
146
147
147
- name : Setup miniconda
148
+ id : setup_miniconda
149
+ continue-on-error : true
150
+ uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
151
+ with :
152
+ miniforge-version : latest
153
+ use-mamba : ' true'
154
+ channels : conda-forge
155
+ conda-remove-defaults : ' true'
156
+ python-version : ${{ env.CONDA_BUILD_INDEX_ENV_PY_VER}}
157
+ activate-environment : ${{ env.TEST_ENV_NAME }}
158
+
159
+ - name : ReSetup miniconda
160
+ if : steps.setup_miniconda.outcome == 'failure'
148
161
uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
149
162
with :
150
163
miniforge-version : latest
You can’t perform that action at this time.
0 commit comments