Skip to content

Fix font

Fix font #1330

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10.4'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Test with pytest
run: |
python -m pip install -e ".[test]"
python -m pytest -s -W ignore