We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3cb2b commit 3daf3bfCopy full SHA for 3daf3bf
.github/scripts/validate_binaries.sh
@@ -2,6 +2,8 @@ if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
2
curl ${MATRIX_INSTALLATION} -o libtorch.zip
3
unzip libtorch.zip
4
else
5
+
6
+ conda update -y -n base -c defaults conda
7
# Please note ffmpeg is required for torchaudio, see https://github.com/pytorch/pytorch/issues/96159
8
conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
9
conda activate ${ENV_NAME}
0 commit comments