Skip to content

Commit 8a9bc24

Browse files
authored
Revert "add jinja2 (#1536)"
This reverts commit 224a4c5.
1 parent d76e1bb commit 8a9bc24

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 jinja2
6+
conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
77
conda activate ${ENV_NAME}
88
INSTALLATION=${MATRIX_INSTALLATION/"conda install"/"conda install -y"}
99
TEST_SUFFIX=""

0 commit comments

Comments
 (0)