FontBakery now requires the name of the desired profile to be passed as an extra when installing it.
For google/fonts, we run the `Google Fonts` profile, so the installation
is done with `pip install --pre fontbakery[googlefonts]`
Without passing extras, only the dependencies needed by the Universal and
OpenType profiles (and any vendor-specific profile not requiring
additional deps) are installed.
# and benefit from its newest checks:
run: |
pip install --upgrade pip
- pip install --pre fontbakery
+ pip install --pre fontbakery[googlefonts]
pip install gftools[qa] pytest
shell: bash