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-runtimes.git


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

commit e532628d69f21fefe41b7211a40f42793543bfcf
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Tue Oct 15 18:14:28 2024 +0200

    [incubator-kie-issues#1539] Fix PIP on CI (#3729)
---
 .../kogito-serverless-workflow-executor-python/pom.xml                  | 2 ++
 quarkus/addons/python/integration-tests/pom.xml                         | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml 
b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml
index 0474a01d29..4ffa4cd153 100644
--- 
a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml
+++ 
b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml
@@ -84,6 +84,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>-r</argument>
                     <argument>${project.basedir}/requirements.txt</argument>
                 </arguments>
@@ -99,6 +100,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>jep==4.2.0</argument>
                 </arguments>
             </configuration>
diff --git a/quarkus/addons/python/integration-tests/pom.xml 
b/quarkus/addons/python/integration-tests/pom.xml
index 1655db8a07..fd0566fcb5 100644
--- a/quarkus/addons/python/integration-tests/pom.xml
+++ b/quarkus/addons/python/integration-tests/pom.xml
@@ -117,6 +117,7 @@
                 <executable>pip</executable>
                 <arguments>
                     <argument>install</argument>
+                    <argument>--break-system-packages</argument>
                     <argument>-r</argument>
                     <argument>${project.basedir}/requirements.txt</argument>
                 </arguments>
@@ -132,6 +133,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