File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 8383 python-version : ${{ matrix.python }}
8484 activate-environment : ' build'
8585 pkgs-dirs : ${{ env.CONDA_PKGS_DIR }}
86- use-only-tar-bz2 : ' true' # This needs to be set for caching to work properly
8786
8887 # Sometimes `mamba install ...` fails due to slow download speed rate, so disable the check in mamba
8988 - name : Disable speed limit check in mamba
@@ -162,7 +161,6 @@ jobs:
162161 python-version : ${{ matrix.python }}
163162 activate-environment : ${{ env.TEST_ENV_NAME }}
164163 pkgs-dirs : ${{ env.onda-pkgs }}
165- use-only-tar-bz2 : ' true' # This needs to be set for caching to work properly
166164
167165 - name : Install conda-index
168166 run : mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
@@ -292,7 +290,6 @@ jobs:
292290 python-version : ${{ matrix.python }}
293291 activate-environment : ${{ env.TEST_ENV_NAME }}
294292 pkgs-dirs : ${{ env.onda-pkgs }}
295- use-only-tar-bz2 : ' true' # This needs to be set for caching to work properly
296293
297294 - name : Store conda paths as envs
298295 run : |
You can’t perform that action at this time.
0 commit comments