This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d445c29d [incubator-kie-issues#1539] Fix PIP on CI (#2023)
4d445c29d is described below

commit 4d445c29d543af8c3ea87fdc81553a7bbd3aa233
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Tue Oct 15 17:01:51 2024 +0200

    [incubator-kie-issues#1539] Fix PIP on CI (#2023)
---
 .../serverless-workflow-openvino-quarkus/pom.xml                        | 2 ++
 serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml 
b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
index 0a2b53973..adf026388 100644
--- a/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-openvino-quarkus/pom.xml
@@ -163,6 +163,7 @@
                 <arguments>
                     <argument>install</argument>
                     <argument>-r</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>${project.basedir}/requirements.txt</argument>
                 </arguments>
             </configuration>
@@ -177,6 +178,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>jep==4.2.0</argument>
                 </arguments>
             </configuration>
diff --git 
a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml 
b/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
index 76b4a437b..f9122f44d 100644
--- a/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
+++ b/serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml
@@ -162,6 +162,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>-r</argument>
                     <argument>${project.basedir}/requirements.txt</argument>
                 </arguments>
@@ -177,6 +178,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>jep==4.2.0</argument>
                 </arguments>
             </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to