Skip to content

Commit

Permalink
Update method of installing FontBakery
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
felipesanches committed Aug 2, 2023
1 parent ee1c928 commit eb24eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# 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

Expand Down

0 comments on commit eb24eb6

Please sign in to comment.