This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.18 by this push:
     new 606963bab93 [FLINK-35728][python] Move conda url from 
repo.continuum.io to repo.anaconda.com (#25007)
606963bab93 is described below

commit 606963bab93671f385e42d6a3fc47499075cd7c0
Author: Samrat <sa...@confluent.io>
AuthorDate: Tue Jul 2 11:44:39 2024 +0530

    [FLINK-35728][python] Move conda url from repo.continuum.io to 
repo.anaconda.com (#25007)
---
 flink-python/dev/lint-python.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-python/dev/lint-python.sh b/flink-python/dev/lint-python.sh
index 1a0235db491..ac71d704139 100755
--- a/flink-python/dev/lint-python.sh
+++ b/flink-python/dev/lint-python.sh
@@ -185,8 +185,8 @@ function install_wget() {
 # some packages including checks such as tox and flake8.
 
 function install_miniconda() {
-    
OS_TO_CONDA_URL=("https://repo.continuum.io/miniconda/Miniconda3-4.7.10-MacOSX-x86_64.sh";
 \
-        
"https://repo.continuum.io/miniconda/Miniconda3-4.7.10-Linux-x86_64.sh";)
+    
OS_TO_CONDA_URL=("https://repo.anaconda.com/miniconda/Miniconda3-4.7.10-MacOSX-x86_64.sh";
 \
+        
"https://repo.anaconda.com/miniconda/Miniconda3-4.7.10-Linux-x86_64.sh";)
     if [ ! -f "$CONDA_INSTALL" ]; then
         print_function "STEP" "download miniconda..."
         download ${OS_TO_CONDA_URL[$1]} $CONDA_INSTALL_SH

Reply via email to