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
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