Merge pull request #174 from radarhere/pip

Invoke pip using python3
This commit is contained in:
Hugo van Kemenade 2020-12-18 09:20:02 +02:00 committed by GitHub
commit 16cab6bae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ echo "::group::Install a virtualenv"
source multibuild/travis_steps.sh
# 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
pip install virtualenv
python3 -m pip install virtualenv
before_install
echo "::endgroup::"

View File

@ -85,7 +85,7 @@ function run_tests {
brew install openblas
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
fi
pip install numpy
python3 -m pip install numpy
mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images