Skip to content

Commit

Permalink
radarhere-backtofork
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 21, 2024
1 parent e5a8158 commit 5bfcc27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function build {

# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
curl -fsSL -o pillow-depends-main.zip https://github.com/python-pillow/pillow-depends/archive/main.zip
curl -fsSL -o pillow-depends-main.zip https://github.com/radarhere/pillow-depends/archive/main.zip
untar pillow-depends-main.zip

if [[ -n "$IS_MACOS" ]]; then
Expand All @@ -138,6 +138,8 @@ if [[ -n "$IS_MACOS" ]]; then
brew remove --ignore-dependencies webp libpng libtiff libxcb libxau libxdmcp curl php cairo lcms2 ghostscript zstd

brew install pkg-config
else
yum install -y xmlto
fi

wrap_wheel_builder build
Expand Down

0 comments on commit 5bfcc27

Please sign in to comment.