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

style: prettier

parent 316c5aa0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ image:
    entrypoint: [""]
  stage: test
  script:
    - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version; fi
    - if [ "${PIP_ENABLE_UV}" != "" ]; then uv --version; else pip3 --version;
      fi
    - pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt
      ${JOB_PACKAGE} && echo "[+] ${JOB_PACKAGE} installed."
    - |