From 29241666fcfc3c2c1ce7f41798f6491e65df508e Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 12 Feb 2024 16:14:16 +0000 Subject: [PATCH] Temporarily pin glyphsets version in CI --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2