From c32958974e783c21619b1b0505c12edbaa10cdef Mon Sep 17 00:00:00 2001 From: Namrata Madan Date: Wed, 30 Apr 2025 23:59:09 +0000 Subject: [PATCH] fix: pin mamba version to 24.11.3-2 to avoid inconsistent test runs --- tests/integ/sagemaker/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integ/sagemaker/conftest.py b/tests/integ/sagemaker/conftest.py index a0a60fc334..fe7e7d61f8 100644 --- a/tests/integ/sagemaker/conftest.py +++ b/tests/integ/sagemaker/conftest.py @@ -46,7 +46,7 @@ 'SHELL ["/bin/bash", "-c"]\n' "RUN apt-get update -y \ && apt-get install -y unzip curl\n\n" - "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh' \ + "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/download/24.11.3-2/Miniforge3-Linux-x86_64.sh' \ && bash Miniforge3-Linux-x86_64.sh -b -p '/opt/conda' \ && /opt/conda/bin/conda init bash\n\n" "ENV PATH $PATH:/opt/conda/bin\n"