From: Felipe CorrĂȘa da Silva Sanches Date: Sat, 4 Mar 2023 11:06:48 +0000 (+0000) Subject: Use the --pre flag for installing Font Bakery X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93088b56d635a2a6df66aa0fb781fc31ec3b6b6c;p=thirdparty%2Fgoogle%2Ffonts.git Use the --pre flag for installing Font Bakery on Github Actions so that we can benefit from the newest checks introduced in its more frequent pre-releases such as v0.8.11a9 https://pypi.org/project/fontbakery/#history --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6288fb9b99..b02550aa57 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -80,8 +80,11 @@ jobs: with: python-version: '3.10' - name: Install packages + # The --pre flag below will ensure we use the latest Font Bakery pre-releases + # and benefit from its newest checks: run: | pip install --upgrade pip + pip install --pre fontbakery pip install gftools[qa] pytest shell: bash