Commit 74e4ce49 authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

feat: introduce PIP_LICENSES_EXTRA_ARGS

parent 9546f089
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,4 +19,4 @@ python:pip-licenses:
    - !reference [".python:pre", script]
    - !reference [".python:install-extras", script]
    - pip-licenses --version
    - pip-licenses --from=mixed --allow-only="${PIP_LICENSES_ALLOWED}"
    - pip-licenses --from=mixed --allow-only="${PIP_LICENSES_ALLOWED}" ${PIP_LICENSES_EXTRA_ARGS}