@@ -140,7 +140,7 @@ jobs:
140140 environment-file : conda-envs/environment-test.yml
141141 python-version : ${{matrix.python-version}}
142142 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
144144 - name : Install-pymc
145145 run : |
146146 conda activate pymc-test
@@ -211,7 +211,7 @@ jobs:
211211 environment-file : conda-envs/windows-environment-test.yml
212212 python-version : ${{matrix.python-version}}
213213 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
215215 - name : Install-pymc
216216 run : |
217217 conda activate pymc-test
@@ -290,7 +290,7 @@ jobs:
290290 environment-file : conda-envs/environment-test.yml
291291 python-version : ${{matrix.python-version}}
292292 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
294294 - name : Install pymc
295295 run : |
296296 conda activate pymc-test
@@ -355,7 +355,7 @@ jobs:
355355 environment-file : conda-envs/environment-test.yml
356356 python-version : ${{matrix.python-version}}
357357 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
359359 - name : Install pymc
360360 run : |
361361 conda activate pymc-test
@@ -425,7 +425,7 @@ jobs:
425425 environment-file : conda-envs/windows-environment-test.yml
426426 python-version : ${{matrix.python-version}}
427427 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
429429 - name : Install-pymc
430430 run : |
431431 conda activate pymc-test
0 commit comments