From: Simon Cozens Date: Mon, 12 Feb 2024 16:14:16 +0000 (+0000) Subject: Temporarily pin glyphsets version in CI X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F7275%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Temporarily pin glyphsets version in CI --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6aa1e9d9c4..676e17a3fc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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