Commit 116494ee authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: support uv v0.7

parent 92a5cd3a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,8 +43,10 @@ image:
  stage: test
  script:
    - |
      pip3 --version
      if [ "${PIP_ENABLE_UV}" != "" ]; then
        pip3 install -qqq --progress-bar=off --log=${CI_PROJECT_DIR}/pip-log.txt uv
        uv --version
        shopt -s expand_aliases  # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1083
        alias pip3="uv pip"
        if [ "${VIRTUAL_ENV}" != "" ]; then
@@ -52,7 +54,6 @@ image:
        fi
        export PIP_PACKAGE_INSTALL_DEFAULT_ARGS=${UV_PIP_PACKAGE_INSTALL_DEFAULT_ARGS}
      fi
      pip3 --version
      echo "[*] Installing your package using these arguments: ${PIP_PACKAGE_INSTALL_DEFAULT_ARGS} ${PIP_PACKAGE_INSTALL_EXTRA_ARGS}"

    - |
+1 −1
Original line number Diff line number Diff line
---
theme: PaperMod
theme: hugo-simple
title: Just CI templates
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ include:
.hugo:
  before_script:
    - cd tests/mockup_projects/hugo
    - git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod
    - git clone https://github.com/maolonglong/hugo-simple themes/hugo-simple
      --depth=1
    - mkdir -p content
    - cp ${CI_PROJECT_DIR}/container/readme.md content/_index.md