From ae65a11e1fda68734aa67fa723ef14520f4e48e3 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 3 Oct 2024 12:28:49 +0100 Subject: [PATCH] .gitlab-ci.yml: Avoid upgrading packages after source init_env FIX Avoid upgrading packages after running source init_env when building the gitlab pages as this can bring new unsupported version of some packages like polars. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98698c277..fb0752e16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -259,7 +259,6 @@ pages: set +e source ./init_env || return 1 set -e - upgrade_packages audit export LISA_DOC_VERSION="$publish_as" -- GitLab