Skip to content

Commit 086382d

Browse files
committed
Enable use-only-tar-bz2 as stated in documentation of conda-incubator
1 parent d5a8c57 commit 086382d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)