]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
pip install diff3
authorMarc Foley <m.foley.88@gmail.com>
Thu, 9 Apr 2026 10:17:04 +0000 (11:17 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Thu, 9 Apr 2026 10:17:04 +0000 (11:17 +0100)
.github/workflows/test.yaml

index 870b5339fec3fbcbaebf61a7c69ace2240a38314..33f9de9fb3a0453bec998f001f1d4fe57d49566f 100644 (file)
@@ -96,6 +96,7 @@ jobs:
           pip install --upgrade pip
           pip install pytest
           pip install "gftools[qa]"
+          pip install diffenator3
         shell: bash
       - name: Set up Fontspector
         uses: fonttools/setup-fontspector@main
@@ -103,11 +104,6 @@ jobs:
           version: head
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-      - name: Install diffenator3
-        run: |
-          wget "https://github.com/googlefonts/diffenator3/releases/download/v$DIFFENATOR3_VERSION/diffenator3-v$DIFFENATOR3_VERSION-x86_64-unknown-linux-musl.tar.gz"
-          tar zxvf diffenator3-v$DIFFENATOR3_VERSION-x86_64-unknown-linux-musl.tar.gz
-          cp diffenator3*/* /usr/local/bin/
       - name: Install interpolatable
         run: |
           cargo install --git https://github.com/simoncozens/interpolatable