File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
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
8687
8788 # Sometimes `mamba install ...` fails due to slow download speed rate, so disable the check in mamba
8889 - name : Disable speed limit check in mamba
@@ -161,6 +162,7 @@ jobs:
161162 python-version : ${{ matrix.python }}
162163 activate-environment : ${{ env.TEST_ENV_NAME }}
163164 pkgs-dirs : ${{ env.onda-pkgs }}
165+ use-only-tar-bz2 : ' true' # This needs to be set for caching to work properly
164166
165167 - name : Install conda-index
166168 run : mamba install conda-index=${{ env.CONDA_INDEX_VERSION }}
@@ -290,6 +292,7 @@ jobs:
290292 python-version : ${{ matrix.python }}
291293 activate-environment : ${{ env.TEST_ENV_NAME }}
292294 pkgs-dirs : ${{ env.onda-pkgs }}
295+ use-only-tar-bz2 : ' true' # This needs to be set for caching to work properly
293296
294297 - name : Store conda paths as envs
295298 run : |
You can’t perform that action at this time.
0 commit comments