Skip to content

Commit

Permalink
hook in interpolations
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Nov 30, 2023
1 parent dfe230a commit 64d3fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ def main():

elif check_type == CheckType.NEW_FAMILY:
print(f"Checking new family: {directory}")
subprocess.run(qa_cmd_prefix + ["--fontbakery"])
subprocess.run(qa_cmd_prefix + ["--fontbakery", "--interpolations"])

elif check_type == CheckType.MODIFIED_FAMILY:
print(f"Checking modified family: {directory}")
subprocess.run(qa_cmd_prefix + ["-gfb", "--fontbakery", "--diffenator"])
subprocess.run(qa_cmd_prefix + ["-gfb", "--fontbakery", "--diffenator", "--interpolations"])

elif check_type == CheckType.MODIFIED_FAMILY_METADATA:
print(f"Checking modified family metadata: {directory}")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --pre fontbakery[googlefonts]
pip install gftools[qa] pytest
pip install git+https://github.com/googlefonts/gftools.git@qa-mm[qa] pytest
shell: bash

- name: Run Diffenator and Fontbakery
Expand Down

0 comments on commit 64d3fcb

Please sign in to comment.