Skip to content

Commit fd690d0

Browse files
committed
Fix download url
1 parent d7edcda commit fd690d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/sagemaker/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
'SHELL ["/bin/bash", "-c"]\n'
4747
"RUN apt-get update -y \
4848
&& apt-get install -y unzip curl\n\n"
49-
"RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh' \
50-
&& bash Miniforge3-$(uname)-$(uname -m).sh -b -p '/opt/conda' \
49+
"RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh' \
50+
&& bash Miniforge3-Linux-x86_64.sh -b -p '/opt/conda' \
5151
&& /opt/conda/bin/conda init bash\n\n"
5252
"ENV PATH $PATH:/opt/conda/bin\n"
5353
"RUN mamba create -n integ_test_env python={py_version} -y \

0 commit comments

Comments
 (0)