Skip to content
Snippets Groups Projects
Commit 28e99a90 authored by Yizhou Cai's avatar Yizhou Cai
Browse files

test ci

parent 4effa3c7
No related branches found
No related tags found
1 merge request!234Update CI image to root:6.30.02-alma9
Pipeline #11809392 failed
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment