diff --git a/.ci/run.py b/.ci/run.py index 7af59f5df94..4bc33e8b561 100644 --- a/.ci/run.py +++ b/.ci/run.py @@ -107,7 +107,7 @@ def main(): if not args.pr_url_body.endswith("/"): args.pr_url_body += "/" url = "%s%s" % (args.pr_url_body, args.pr_number) - qa_cmd_prefix += ["--out-url", url] + #qa_cmd_prefix += ["--out-url", url] if args.render and check_type == CheckType.NEW_FAMILY: print(f"Rendering new family: {directory}") @@ -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}") diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f10b63329b2..36b7132ed91 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -89,7 +89,7 @@ jobs: run: | pip install --upgrade pip pip install --pre fontbakery[googlefonts] - pip install gftools[qa] pytest + pip install "gftools[qa] @ git+https://github.com/googlefonts/gftools@qa-mm" shell: bash - name: Run Diffenator and Fontbakery diff --git a/ofl/mavenpro/MavenPro[wght].ttf b/ofl/mavenpro/MavenPro[wght].ttf index ab6b51ca4db..79b0e8049ad 100644 Binary files a/ofl/mavenpro/MavenPro[wght].ttf and b/ofl/mavenpro/MavenPro[wght].ttf differ