diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b91e6380cf9fda8b82f6f7353f5c0057f655df00..5132da52fb92b82fc88370577e47b2b4cc34b0d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ Autobranch: - sudo apt-get install software-properties-common -y - sudo add-apt-repository ppa:deadsnakes/ppa -y - sudo apt-get update -y - - sudo apt-get -y install python3.${PYVERSION}-pip python3.${PYVERSION}-full + - sudo apt-get -y install python3.${PYVERSION}-full - export LISA_PYTHON=python3.${PYVERSION} - | @@ -181,6 +181,10 @@ pages: needs: ['Autobranch', 'Test'] resource_group: pages + tags: + # For recent-enough pandoc + - ubuntu_23_04_amd64 + artifacts: paths: - doc/public @@ -194,16 +198,12 @@ pages: - export DEBIAN_FRONTEND=noninteractive - sudo apt-get update -y - sudo apt-get upgrade -y - - sudo apt-get install software-properties-common -y - - sudo add-apt-repository ppa:deadsnakes/ppa -y - - sudo apt-get update -y - - sudo apt-get -y install python3.${PYVERSION}-pip python3.${PYVERSION}-full - - export LISA_PYTHON=python3.${PYVERSION} + - sudo apt-get -y install python3-full script: - | function lisa_python() { - "$LISA_PYTHON" "$@" + python3 "$@" } set -e