Skip to content

Commit 6f26aea

Browse files
authored
CI: Set cache-downloads to false to speedup the "Setup Micromamba" step (#2946)
1 parent ae65275 commit 6f26aea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
channels:
7373
- conda-forge
7474
- nodefaults
75-
cache-downloads: true
75+
cache-downloads: false
7676
cache-environment: true
7777
create-args: >-
7878
python=3.12

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
channels:
102102
- conda-forge
103103
- nodefaults
104-
cache-downloads: true
104+
cache-downloads: false
105105
cache-environment: true
106106
create-args: >-
107107
python=${{ matrix.python-version }}${{ matrix.optional-packages }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
channels:
9696
- conda-forge
9797
- nodefaults
98-
cache-downloads: true
98+
cache-downloads: false
9999
cache-environment: true
100100
create-args: >-
101101
python=3.12

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
channels:
6060
- conda-forge
6161
- nodefaults
62-
cache-downloads: true
62+
cache-downloads: false
6363
cache-environment: true
6464
create-args: >-
6565
python=3.9

0 commit comments

Comments
 (0)