Skip to content

Commit

Permalink
Print out font availability
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Mar 20, 2024
1 parent 2503738 commit 98e7687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
pipx install nox
pipx install uv
- name: Check font availability
run: |
fc-list
- name: Run tests
run: |
nox -s tests-${{ matrix.python-version }} --verbose
Expand Down

0 comments on commit 98e7687

Please sign in to comment.