File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
serverless-workflow-examples
serverless-workflow-openvino-quarkus
serverless-workflow-python-quarkus Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 163
163
<arguments >
164
164
<argument >install</argument >
165
165
<argument >-r</argument >
166
+ <argument >--break-system-packages</argument >
166
167
<argument >${project.basedir} /requirements.txt</argument >
167
168
</arguments >
168
169
</configuration >
177
178
<executable >pip</executable >
178
179
<arguments >
179
180
<argument >install</argument >
181
+ <argument >--break-system-packages</argument >
180
182
<argument >jep==4.2.0</argument >
181
183
</arguments >
182
184
</configuration >
Original file line number Diff line number Diff line change 162
162
<executable >pip</executable >
163
163
<arguments >
164
164
<argument >install</argument >
165
+ <argument >--break-system-packages</argument >
165
166
<argument >-r</argument >
166
167
<argument >${project.basedir} /requirements.txt</argument >
167
168
</arguments >
177
178
<executable >pip</executable >
178
179
<arguments >
179
180
<argument >install</argument >
181
+ <argument >--break-system-packages</argument >
180
182
<argument >jep==4.2.0</argument >
181
183
</arguments >
182
184
</configuration >
You can’t perform that action at this time.
0 commit comments