Skip to content

Commit 4d445c2

Browse files
authored
[incubator-kie-issues#1539] Fix PIP on CI (#2023)
1 parent d25f1f4 commit 4d445c2

File tree

2 files changed

+4
-0
lines changed
  • serverless-workflow-examples
    • serverless-workflow-openvino-quarkus
    • serverless-workflow-python-quarkus

2 files changed

+4
-0
lines changed

serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
<arguments>
164164
<argument>install</argument>
165165
<argument>-r</argument>
166+
<argument>--break-system-packages</argument>
166167
<argument>${project.basedir}/requirements.txt</argument>
167168
</arguments>
168169
</configuration>
@@ -177,6 +178,7 @@
177178
<executable>pip</executable>
178179
<arguments>
179180
<argument>install</argument>
181+
<argument>--break-system-packages</argument>
180182
<argument>jep==4.2.0</argument>
181183
</arguments>
182184
</configuration>

serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<executable>pip</executable>
163163
<arguments>
164164
<argument>install</argument>
165+
<argument>--break-system-packages</argument>
165166
<argument>-r</argument>
166167
<argument>${project.basedir}/requirements.txt</argument>
167168
</arguments>
@@ -177,6 +178,7 @@
177178
<executable>pip</executable>
178179
<arguments>
179180
<argument>install</argument>
181+
<argument>--break-system-packages</argument>
180182
<argument>jep==4.2.0</argument>
181183
</arguments>
182184
</configuration>

0 commit comments

Comments
 (0)