]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Temporarily pin glyphsets version in CI 7275/head
authorSimon Cozens <simon@simon-cozens.org>
Mon, 12 Feb 2024 16:14:16 +0000 (16:14 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 12 Feb 2024 16:14:16 +0000 (16:14 +0000)
.github/workflows/test.yaml

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