Skip to content

Commit

Permalink
Downgrade grip to version 4.5.2 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Nov 22, 2024
1 parent 881a960 commit 4bdf65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: true
- run: pip install wheel
- run: pip install grip
- run: pip install --force-reinstall -v "grip==4.5.2"
- run: ./markdownToPDF/install_wkhtmltopdf.sh
- run: ./markdownToPDF/mdToPDF.sh "$SPECNAME"
- name: Upload PDF
Expand Down

0 comments on commit 4bdf65b

Please sign in to comment.