Python package installation
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
## --break-system-packages is used to avoid conflicts with system-installed packages on Ubuntu runners.
|
## --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 --break-system-packages
|
python3 -m pip install --upgrade pip --break-system-packages --no-cache-dir --ignore-installed
|
||||||
pip install pygments --break-system-packages
|
pip install pygments --break-system-packages
|
||||||
|
|
||||||
- name: Highlight API code and update HTML
|
- name: Highlight API code and update HTML
|
||||||
|
|||||||
Reference in New Issue
Block a user