mirror of
https://github.com/google/fonts.git
synced 2025-01-08 10:38:17 +03:00
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.11a2 released today: https://pypi.org/project/fontbakery/#history
This commit is contained in:
parent
d7707a7b21
commit
b032c33420
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -26,9 +26,12 @@ jobs:
|
||||
python-version: 3.8
|
||||
|
||||
- name: Install dependencies
|
||||
# The --pre flag below will ensure we use the latest Font Bakery pre-releases
|
||||
# and benefit from its newest checks:
|
||||
run: |
|
||||
sudo apt install libharfbuzz-dev libharfbuzz-bin libfreetype6-dev libglib2.0-dev libcairo2-dev
|
||||
python -m pip install --upgrade pip
|
||||
pip install --pre fontbakery
|
||||
pip install gftools[qa] pytest
|
||||
|
||||
- name: Check fonts
|
||||
|
Loading…
Reference in New Issue
Block a user