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 d76e1bb commit 8a9bc24Copy full SHA for 8a9bc24
.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 jinja2
+ conda create -y -n ${ENV_NAME} python=${MATRIX_PYTHON_VERSION} numpy ffmpeg
7
conda activate ${ENV_NAME}
8
INSTALLATION=${MATRIX_INSTALLATION/"conda install"/"conda install -y"}
9
TEST_SUFFIX=""
0 commit comments