Skip to content

Commit e86892a

Browse files
committed
use-only-tar-bz2 option does not work with mamba
1 parent 086382d commit e86892a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/conda-package.yml

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

0 commit comments

Comments
 (0)