Python package installation

This commit is contained in:
2026-07-27 18:51:39 +02:00
parent 5b8a1426d1
commit a6f882a371
+3 -2
View File
@@ -22,10 +22,11 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
## --break-system-packages is used to avoid conflicts with system-installed packages on Ubuntu runners.
- name: Install Python Pygments - name: Install Python Pygments
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip --break-system-packages
pip install pygments pip install pygments --break-system-packages
- name: Highlight API code and update HTML - name: Highlight API code and update HTML
run: | run: |