Skip to content

Commit 9e1155d

Browse files
committed
fix
1 parent 431c16a commit 9e1155d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jobs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,10 @@ jobs:
262262
with:
263263
python-version: '3.12'
264264
- name: Grayscaling images.
265-
run: python -m pip install --upgrade pip setuptools wheel && pip install anshitsu && pwd | python grayscaling.py >> .grayscaling.log
265+
run: |
266+
python -m pip install --upgrade pip
267+
pip install anshitsu
268+
pwd | python grayscaling.py >> .grayscaling.log
266269
- name: Show .grayscaling.log
267270
run: cat .grayscaling.log
268271
- name: Build PDF.

0 commit comments

Comments
 (0)