Skip to content

Commit

Permalink
Revert "[incubator-kie-issues#1539] Fix PIP on CI (apache#2023)" (apa…
Browse files Browse the repository at this point in the history
…che#2027)

This reverts commit 4d445c2.
  • Loading branch information
fjtirado authored and rgdoliveira committed Oct 24, 2024
1 parent f442550 commit bfc8191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
<arguments>
<argument>install</argument>
<argument>-r</argument>
<argument>--break-system-packages</argument>
<argument>${project.basedir}/requirements.txt</argument>
</arguments>
</configuration>
Expand All @@ -178,7 +177,6 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
<argument>--break-system-packages</argument>
<argument>jep==4.2.0</argument>
</arguments>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -178,7 +177,6 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
<argument>--break-system-packages</argument>
<argument>jep==4.2.0</argument>
</arguments>
</configuration>
Expand Down

0 comments on commit bfc8191

Please sign in to comment.