Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpss committed Oct 25, 2023
1 parent 9eb26f8 commit 0acca23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: install fonts for Pillow
run: |
sudo apt-get install fonts-freefont-ttf
- name: install conda env with micromamba
uses: mamba-org/provision-with-micromamba@main
with:
Expand Down

0 comments on commit 0acca23

Please sign in to comment.