From: Felipe CorrĂȘa da Silva Sanches Date: Tue, 1 Aug 2023 21:23:36 +0000 (+0100) Subject: Update method of installing FontBakery X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb24eb672ad7866fe41fc09ed61ec12cb2f665d2;p=thirdparty%2Fgoogle%2Ffonts.git Update method of installing FontBakery 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. --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4d046c3d9..f10b63329b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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