Skip to content

Commit

Permalink
fix python.
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Aug 27, 2024
1 parent 1fa771a commit 0ce2979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
with:
python-version: '3.12'
- name: Grayscaling images.
run: pip3 install anshitsu && pwd | python3 grayscaling.py >> .grayscaling.log
run: pip install anshitsu && pwd | python grayscaling.py >> .grayscaling.log
- name: Show .grayscaling.log
run: cat .grayscaling.log
- name: Build PDF.
Expand Down

0 comments on commit 0ce2979

Please sign in to comment.