Skip to content
This repository was archived by the owner on Mar 31, 2024. It is now read-only.

Commit df9ae53

Browse files
committed
Fix a bug in CI workflow.
1 parent b7559a6 commit df9ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/setup-python@v4
6969
with:
7070
python-version: 3.11.4
71-
- run: pip install -r requirements.txt
71+
- run: pip install Pillow
7272

7373
- name: Get source distribution tarball
7474
run: |

0 commit comments

Comments
 (0)