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 97f4a0ac0 Revert "[incubator-kie-issues#1539] Fix PIP on CI (#2023)" 
(#2027)
97f4a0ac0 is described below

commit 97f4a0ac080d120b72435dee7c3336a38e357c56
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Mon Oct 21 17:59:30 2024 +0200

    Revert "[incubator-kie-issues#1539] Fix PIP on CI (#2023)" (#2027)
    
    This reverts commit 4d445c29d543af8c3ea87fdc81553a7bbd3aa233.
---
 .../serverless-workflow-openvino-quarkus/pom.xml                        | 2 --
 serverless-workflow-examples/serverless-workflow-python-quarkus/pom.xml | 2 --
 2 files changed, 4 deletions(-)

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