We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431c16a commit 9e1155dCopy full SHA for 9e1155d
.github/workflows/jobs.yml
@@ -262,7 +262,10 @@ jobs:
262
with:
263
python-version: '3.12'
264
- name: Grayscaling images.
265
- run: python -m pip install --upgrade pip setuptools wheel && pip install anshitsu && pwd | python grayscaling.py >> .grayscaling.log
+ run: |
266
+ python -m pip install --upgrade pip
267
+ pip install anshitsu
268
+ pwd | python grayscaling.py >> .grayscaling.log
269
- name: Show .grayscaling.log
270
run: cat .grayscaling.log
271
- name: Build PDF.
0 commit comments