Python package installation

This commit is contained in:
2026-07-27 18:53:17 +02:00
parent a6f882a371
commit 936d518f47
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
## --break-system-packages is used to avoid conflicts with system-installed packages on Ubuntu runners.
- name: Install Python Pygments
run: |
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install --upgrade pip --break-system-packages --no-cache-dir --ignore-installed
pip install pygments --break-system-packages
- name: Highlight API code and update HTML