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 12a6ea5 commit 224a4c5Copy full SHA for 224a4c5
.github/scripts/validate_binaries.sh
@@ -3,7 +3,7 @@ if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
3
unzip libtorch.zip
4
else
5
# Please note ffmpeg is required for torchaudio, see https://github.com/pytorch/pytorch/issues/96159
6
- conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
+ conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg jinja2
7
conda activate ${ENV_NAME}
8
INSTALLATION=${MATRIX_INSTALLATION/"conda install"/"conda install -y"}
9
TEST_SUFFIX=""
0 commit comments