Skip to content

Commit 1f28548

Browse files
committed
force pip install
2 parents 4792a39 + 6ddba2c commit 1f28548

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
- uses: actions/checkout@v4
6767
with:
6868
submodules: recursive
69+
70+
- uses: innodatalabs/action-pip-conf@1.0.0
71+
with:
72+
pip-conf: "[global]\nbreak-system-packages = true"
73+
6974
- uses: distrho/dpf-makefile-action@v1
7075
with:
7176
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)