Skip to content

Commit

Permalink
[incubator-kie-issues#1539] Fix PIP on CI (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored Oct 15, 2024
1 parent d25f1f4 commit 4d445c2
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 4d445c2

Please sign in to comment.