Skip to content

Commit 7e4351a

Browse files
committed
Try different way to install libwebp????
1 parent 56e109b commit 7e4351a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
2727
test-infra-ref: main
28-
with-xpu: enable
28+
with-xpu: disable
29+
with-rocm: disable
30+
with-cuda: disable
31+
2932
build:
3033
needs: generate-matrix
3134
strategy:

packaging/pre_build_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ else
3232
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch-nightly
3333
fi
3434

35-
yum install -y libjpeg-turbo-devel libwebp-devel freetype gnutls
35+
conda install libwebp -yq
36+
yum install -y libjpeg-turbo-devel freetype gnutls
3637
pip install auditwheel
3738
fi
3839

0 commit comments

Comments
 (0)