Commit c45e727b authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

Update python/pip-licenses.yml

parent f84a7b46
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,9 +10,11 @@ variables:

python:pip-licenses:
  extends: .python:install-extras
  image:
    name: registry.gitlab.com/just-ci/images/python:3.10-slim
    entrypoint: [""]
  variables:
    JOB_PACKAGE: pip-licenses
    PYVERSION: 3.10-slim
  script:
    # isolate installation to ignore licenses of pre-installed packages
    - python3 -m venv .venv