This is an automated email from the ASF dual-hosted git repository.
gaborgsomogyi pushed a commit to branch ci_utils
in repository
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git
The following commit(s) were added to refs/heads/ci_utils by this push:
new e6e1426 [FLINK-34267][CI] Update miniconda install script to fix
build on MacOS
e6e1426 is described below
commit e6e14268b8316352031b25f4b67ed64dc142b683
Author: Aleksandr Pilipenko <[email protected]>
AuthorDate: Fri Feb 9 09:59:50 2024 +0000
[FLINK-34267][CI] Update miniconda install script to fix build on MacOS
---
python/lint-python.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/lint-python.sh b/python/lint-python.sh
index 1c0452b..89c2922 100755
--- a/python/lint-python.sh
+++ b/python/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.continuum.io/miniconda/Miniconda3-4.7.12.1-MacOSX-x86_64.sh"
\
+
"https://repo.continuum.io/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh")
if [ ! -f "$CONDA_INSTALL" ]; then
print_function "STEP" "download miniconda..."
download ${OS_TO_CONDA_URL[$1]} $CONDA_INSTALL_SH