Skip to content

Commit

Permalink
[incubator-kie-issues#1539] Fix PIP on CI (apache#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored and rgdoliveira committed Oct 24, 2024
1 parent 74d41ce commit e3d7753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
<arguments>
<argument>install</argument>
<argument>-r</argument>
<argument>--break-system-packages</argument>
<argument>${project.basedir}/requirements.txt</argument>
</arguments>
</configuration>
Expand All @@ -177,6 +178,7 @@
<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,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>
Expand All @@ -177,6 +178,7 @@
<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 e3d7753

Please sign in to comment.