Skip to content

Commit

Permalink
Pin Conda to 23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Feb 16, 2024
1 parent f4b9259 commit af4827c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
unzip libtorch.zip
else

conda update -y -n base -c defaults conda
# Conda pinned see issue: https://github.com/ContinuumIO/anaconda-issues/issues/13350
conda install -y conda=23.11.0
# Please note ffmpeg is required for torchaudio, see https://github.com/pytorch/pytorch/issues/96159
conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
conda activate ${ENV_NAME}
Expand Down

0 comments on commit af4827c

Please sign in to comment.