Skip to content

Commit

Permalink
Install pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Mar 26, 2024
1 parent bf8fd8b commit 8b18601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
submodules: recursive

- name: Install pillow
run: pip install pillow

- name: GL test
uses: TinyTapeout/tt-gds-action/gl_test@tt06

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
cocotb-config --libpython
cocotb-config --python-bin
- name: Install pillow
run: pip install pillow

- name: Run tests
run: |
cd test
Expand Down

0 comments on commit 8b18601

Please sign in to comment.