Skip to content

Commit c3a49ee

Browse files
authored
Add pygments to Python dependencies installation
1 parent 8121c16 commit c3a49ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.12"
3131

3232
- name: Install Python dependencies
33-
run: pip install markdown pillow requests
33+
run: pip install markdown pillow requests pygments
3434

3535
- name: Install PDF dependencies
3636
if: inputs.export_pdf == true

0 commit comments

Comments
 (0)