Skip to content

Commit

Permalink
wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 13, 2023
1 parent 77c98ed commit a93be27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Test for macOS with [ -n "$IS_MACOS" ]
source wheels/multibuild/common_utils.sh
source wheels/multibuild/travis_steps.sh
if [ -z "$IS_MACOS" ]; then
source wheels/multibuild/library_builders.sh
source wheels/multibuild/manylinux_utils.sh
fi

ARCHIVE_SDIR=pillow-depends-main

Expand Down

0 comments on commit a93be27

Please sign in to comment.