From 28e99a9023645e8ac812b9970a4beda66732da4f Mon Sep 17 00:00:00 2001 From: Yizhou Cai <yizhou.cai@cern.ch> Date: Fri, 18 Apr 2025 18:19:49 +0800 Subject: [PATCH] test ci --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25ba513..313ed6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # Taken from https://hub.docker.com/r/rootproject/root -image: rootproject/root:6.30.02-alma9 +image: rootproject/root:6.30.06-ubuntu22.04 stages: - run @@ -17,9 +17,10 @@ cache: before_script: - set +e - export PATH=${HOME}/.local/bin/:$PATH - - dnf install xrootd-client xrootd-server python3-xrootd -y + - apt install xrootd-client xrootd-server python3-xrootd -y + - apt install diffutils -y - pip install --user . - - python -c 'import quickstats as q; print(q.__version__)' + - python3 -c 'import quickstats as q; print(q.__version__)' fit_bbyy: stage: run -- GitLab