Skip to content
Snippets Groups Projects
Commit 1ef314f8 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix CI env

parent 3ca63401
No related branches found
No related tags found
1 merge request!10Implement pruning mechanism for the utils script
Pipeline #39256 failed
......@@ -2,7 +2,7 @@ default:
image: ubuntu:latest # use latest for building/linting
before_script:
- apt update
- apt install -y libgfal2-dev python3 python3-pip
- apt install -y libgfal2-dev python3 python3-pip cmake libboost-python-dev
- python3 --version # For debugging
- python3 -m pip install --upgrade pip
- pip install --upgrade tox twine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment