mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-12 19:19:35 +00:00
Fix visual diff pipeline
By allowing pip to use the system directory to install packages This breakage occurred because PEP 668 was implemented but not excluded from the kicad container
This commit is contained in:
parent
53f2b0cd9f
commit
9281e5ea7b
@ -83,7 +83,7 @@ visual_diff:
|
||||
- sudo apt update -qq
|
||||
- sudo apt install curl python3 python3-pip -qqy --no-install-recommends
|
||||
- python3 -V
|
||||
- pip install pygments wsdiff jinja2
|
||||
- pip install --break-system-packages pygments wsdiff jinja2
|
||||
- $CI_BUILDS_DIR/kicad-library-utils/tools/gitlabci/visual_diff.sh
|
||||
- mkdir diffs
|
||||
- mv *.diff diffs/
|
||||
|
Loading…
Reference in New Issue
Block a user