mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-31 20:36:34 +03:00
commit
16cab6bae9
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
|
@ -24,7 +24,7 @@ echo "::group::Install a virtualenv"
|
||||||
source multibuild/travis_steps.sh
|
source multibuild/travis_steps.sh
|
||||||
# can't use default 7.3.1 on macOS due to https://foss.heptapod.net/pypy/pypy/-/issues/3229
|
# can't use default 7.3.1 on macOS due to https://foss.heptapod.net/pypy/pypy/-/issues/3229
|
||||||
LATEST_PP_7p3=7.3.2
|
LATEST_PP_7p3=7.3.2
|
||||||
pip install virtualenv
|
python3 -m pip install virtualenv
|
||||||
before_install
|
before_install
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ function run_tests {
|
||||||
brew install openblas
|
brew install openblas
|
||||||
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
|
||||||
fi
|
fi
|
||||||
pip install numpy
|
python3 -m pip install numpy
|
||||||
|
|
||||||
mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images
|
mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user