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:
145145 tar -xvf ${{ env.pkg-path-in-channel }}/${{ env.PACKAGE_NAME }}-*.tar.bz2 -C ${{ env.extracted-pkg-path }}
146146
147147 - 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'
148161 uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
149162 with :
150163 miniforge-version : latest
You can’t perform that action at this time.
0 commit comments