Skip to content

Commit 8bbb237

Browse files
committed
Try to fix the GitHub CI test
1 parent 9d38165 commit 8bbb237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install .[dev] numpy torch PIL
29+
pip install .[dev] numpy torch pillow
3030
- name: Run Linting
3131
run: |
3232
ruff check .

0 commit comments

Comments
 (0)