Skip to content

Commit 383ae3b

Browse files
authored
[ZEPPELIN-6117][INFRA] Remove deprecated Mambaforge
### What is this PR for? CI start failing at "Setup conda environment" because of > October 2024: The Mambaforge installers will refuse to install during several pre-specified date ranges (i.e., ["brownouts"](https://en.wikipedia.org/wiki/Brownout_(software_engineering))) in order to encourage users to switch to Miniforge. These dates are > - Every two weeks in October 2024 (2024-10-01, 2024-10-15) https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/ The fix refers to conda-incubator/setup-miniconda#360 ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? ZEPPELIN-6117 ### How should this be tested? Pass GHA. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? No. Closes #4857 from pan3793/ZEPPELIN-6117. Signed-off-by: Jongyoul Lee <[email protected]>
1 parent 7fe18f4 commit 383ae3b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/core.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
activate-environment: python_3_with_R
7575
environment-file: testing/env_python_3.9_with_R.yml
7676
python-version: 3.9
77-
miniforge-variant: Mambaforge
7877
channels: conda-forge,defaults
7978
channel-priority: true
8079
auto-activate-base: false
@@ -125,7 +124,6 @@ jobs:
125124
activate-environment: python_3_with_R_and_tensorflow
126125
environment-file: testing/env_python_3_with_R_and_tensorflow.yml
127126
python-version: 3.9
128-
miniforge-variant: Mambaforge
129127
channels: conda-forge,defaults
130128
channel-priority: true
131129
auto-activate-base: false
@@ -173,7 +171,6 @@ jobs:
173171
activate-environment: python_3_with_R
174172
environment-file: testing/env_python_${{ matrix.python }}_with_R.yml
175173
python-version: ${{ matrix.python }}
176-
miniforge-variant: Mambaforge
177174
channels: conda-forge,defaults
178175
channel-priority: true
179176
auto-activate-base: false
@@ -229,7 +226,6 @@ jobs:
229226
activate-environment: python_3_with_R
230227
environment-file: testing/env_python_3_with_R.yml
231228
python-version: 3.9
232-
miniforge-variant: Mambaforge
233229
channels: conda-forge,defaults
234230
channel-priority: true
235231
auto-activate-base: false
@@ -286,7 +282,6 @@ jobs:
286282
activate-environment: python_3_with_flink
287283
environment-file: testing/env_python_3_with_flink_${{ matrix.flink }}.yml
288284
python-version: ${{ matrix.python }}
289-
miniforge-variant: Mambaforge
290285
channels: conda-forge,defaults
291286
channel-priority: true
292287
auto-activate-base: false
@@ -336,7 +331,6 @@ jobs:
336331
activate-environment: python_3_with_R
337332
environment-file: testing/env_python_3_with_R.yml
338333
python-version: 3.9
339-
miniforge-variant: Mambaforge
340334
channels: conda-forge,defaults
341335
channel-priority: true
342336
auto-activate-base: false
@@ -389,7 +383,6 @@ jobs:
389383
activate-environment: python_3_with_R
390384
environment-file: testing/env_python_${{ matrix.python }}_with_R.yml
391385
python-version: ${{ matrix.python }}
392-
miniforge-variant: Mambaforge
393386
channels: conda-forge,defaults
394387
channel-priority: true
395388
auto-activate-base: false
@@ -453,7 +446,6 @@ jobs:
453446
activate-environment: python_37_with_R
454447
environment-file: testing/env_python_3.7_with_R.yml
455448
python-version: 3.7
456-
miniforge-variant: Mambaforge
457449
channels: conda-forge,defaults
458450
channel-priority: true
459451
auto-activate-base: false

.github/workflows/frontend.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
activate-environment: python_3_with_R
119119
environment-file: testing/env_python_3_with_R.yml
120120
python-version: 3.9
121-
miniforge-variant: Mambaforge
122121
channels: conda-forge,defaults
123122
channel-priority: true
124123
auto-activate-base: false

0 commit comments

Comments
 (0)