Skip to content

Commit 224a4c5

Browse files
authored
add jinja2 (#1536)
1 parent 12a6ea5 commit 224a4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if [[ ${MATRIX_PACKAGE_TYPE} == "libtorch" ]]; then
33
unzip libtorch.zip
44
else
55
# 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
6+
conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg jinja2
77
conda activate ${ENV_NAME}
88
INSTALLATION=${MATRIX_INSTALLATION/"conda install"/"conda install -y"}
99
TEST_SUFFIX=""

0 commit comments

Comments
 (0)