@@ -140,7 +140,7 @@ jobs:
140
140
environment-file : conda-envs/environment-test.yml
141
141
python-version : ${{matrix.python-version}}
142
142
use-mamba : true
143
- use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
143
+ use-only-tar-bz2 : false # IMPORTANT: This may break caching of conda packages! See https://github.com/conda-incubator/setup-miniconda/issues/267
144
144
- name : Install-pymc
145
145
run : |
146
146
conda activate pymc-test
@@ -211,7 +211,7 @@ jobs:
211
211
environment-file : conda-envs/windows-environment-test.yml
212
212
python-version : ${{matrix.python-version}}
213
213
use-mamba : true
214
- use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
214
+ use-only-tar-bz2 : false # IMPORTANT: This may break caching of conda packages! See https://github.com/conda-incubator/setup-miniconda/issues/267
215
215
- name : Install-pymc
216
216
run : |
217
217
conda activate pymc-test
@@ -290,7 +290,7 @@ jobs:
290
290
environment-file : conda-envs/environment-test.yml
291
291
python-version : ${{matrix.python-version}}
292
292
use-mamba : true
293
- use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
293
+ use-only-tar-bz2 : false # IMPORTANT: This may break caching of conda packages! See https://github.com/conda-incubator/setup-miniconda/issues/267
294
294
- name : Install pymc
295
295
run : |
296
296
conda activate pymc-test
@@ -355,7 +355,7 @@ jobs:
355
355
environment-file : conda-envs/environment-test.yml
356
356
python-version : ${{matrix.python-version}}
357
357
use-mamba : true
358
- use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
358
+ use-only-tar-bz2 : false # IMPORTANT: This may break caching of conda packages! See https://github.com/conda-incubator/setup-miniconda/issues/267
359
359
- name : Install pymc
360
360
run : |
361
361
conda activate pymc-test
@@ -425,7 +425,7 @@ jobs:
425
425
environment-file : conda-envs/windows-environment-test.yml
426
426
python-version : ${{matrix.python-version}}
427
427
use-mamba : true
428
- use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
428
+ use-only-tar-bz2 : false # IMPORTANT: This may break caching of conda packages! See https://github.com/conda-incubator/setup-miniconda/issues/267
429
429
- name : Install-pymc
430
430
run : |
431
431
conda activate pymc-test
0 commit comments