Skip to content

Commit ad55eb8

Browse files
committed
Put pyav back
1 parent ad8d410 commit ad55eb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/setup-env.sh

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ conda activate ci
4646
conda install --quiet --yes libjpeg-turbo -c pytorch
4747
pip install --progress-bar=off --upgrade setuptools
4848

49+
# See https://github.com/pytorch/vision/issues/6790
50+
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
51+
pip install --progress-bar=off av!=10.0.0
52+
fi
53+
4954
echo '::endgroup::'
5055

5156
if [[ "${OS_TYPE}" == windows && "${GPU_ARCH_TYPE}" == cuda ]]; then

0 commit comments

Comments
 (0)