Python package installation
This commit is contained in:
@@ -22,10 +22,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
## --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
|
||||
pip install pygments
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
pip install pygments --break-system-packages
|
||||
|
||||
- name: Highlight API code and update HTML
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user