]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Revert temporarily pin of glyphsets version in CI
authorFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Wed, 14 Feb 2024 20:28:11 +0000 (17:28 -0300)
committerFelipe Corrêa da Silva Sanches <juca@members.fsf.org>
Wed, 14 Feb 2024 20:33:40 +0000 (17:33 -0300)
Note: https://pypi.org/project/fontbakery/0.12.0a1/

(issue #7276)

.github/workflows/test.yaml

index 676e17a3fcc2e56a75f4492a26bff3fbcd35755b..6aa1e9d9c42a91c429e4b668ab1eadadebe48b01 100644 (file)
@@ -84,7 +84,7 @@ jobs:
         # and benefit from its newest checks:
         run: |
           pip install --upgrade pip
-          pip install --pre fontbakery[googlefonts] glyphsets==0.6.11
+          pip install --pre fontbakery[googlefonts]
           pip install gftools[qa] pytest
         shell: bash