]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Use the --pre flag for installing Font Bakery
authorFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Wed, 26 Oct 2022 16:51:52 +0000 (17:51 +0100)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Wed, 26 Oct 2022 17:06:51 +0000 (18:06 +0100)
on Github Actions so that we can benefit from the newest checks
introduced in its more frequent pre-releases such as v0.8.11a2 released
today:
https://pypi.org/project/fontbakery/#history

.github/workflows/test.yaml

index 5fb595f3d1e23ec438437759b113382356dc4259..fc8b65fb0fc9a7c6c01f57b12df6113cbb1e2030 100644 (file)
@@ -26,9 +26,12 @@ jobs:
           python-version: 3.8
 
       - name: Install dependencies
+        # The --pre flag below will ensure we use the latest Font Bakery pre-releases
+        # and benefit from its newest checks:
         run: |
           sudo apt install libharfbuzz-dev libharfbuzz-bin libfreetype6-dev libglib2.0-dev libcairo2-dev
           python -m pip install --upgrade pip
+          pip install --pre fontbakery
           pip install gftools[qa] pytest
           
       - name: Check fonts