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 ac28d72b87 Revert "[incubator-kie-issues#1539] Fix PIP on CI (#3729)"
(#3741)
ac28d72b87 is described below
commit ac28d72b87927c6b0abb3d1cd3f429a51be7b53d
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Mon Oct 21 18:00:12 2024 +0200
Revert "[incubator-kie-issues#1539] Fix PIP on CI (#3729)" (#3741)
This reverts commit e532628d69f21fefe41b7211a40f42793543bfcf.
---
.../kogito-serverless-workflow-executor-python/pom.xml | 2 --
quarkus/addons/python/integration-tests/pom.xml | 2 --
2 files changed, 4 deletions(-)
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 4ffa4cd153..0474a01d29 100644
---
a/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml
+++
b/kogito-serverless-workflow/kogito-serverless-workflow-executor-python/pom.xml
@@ -84,7 +84,6 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
- <argument>--break-system-packages</argument>
<argument>-r</argument>
<argument>${project.basedir}/requirements.txt</argument>
</arguments>
@@ -100,7 +99,6 @@
<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 fd0566fcb5..1655db8a07 100644
--- a/quarkus/addons/python/integration-tests/pom.xml
+++ b/quarkus/addons/python/integration-tests/pom.xml
@@ -117,7 +117,6 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
- <argument>--break-system-packages</argument>
<argument>-r</argument>
<argument>${project.basedir}/requirements.txt</argument>
</arguments>
@@ -133,7 +132,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]