Install wheel on CI to avoid legacy setup.py installs

This commit is contained in:
Hugo van Kemenade 2021-07-29 12:04:48 +03:00
parent 81e866a824
commit 370f32ba72

View File

@ -22,6 +22,7 @@ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
cmake imagemagick libharfbuzz-dev libfribidi-dev
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel
PYTHONOPTIMIZE=0 python3 -m pip install cffi
python3 -m pip install coverage
python3 -m pip install defusedxml