We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8d410 commit ad55eb8Copy full SHA for ad55eb8
.github/scripts/setup-env.sh
@@ -46,6 +46,11 @@ conda activate ci
46
conda install --quiet --yes libjpeg-turbo -c pytorch
47
pip install --progress-bar=off --upgrade setuptools
48
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
+
54
echo '::endgroup::'
55
56
if [[ "${OS_TYPE}" == windows && "${GPU_ARCH_TYPE}" == cuda ]]; then
0 commit comments