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

Fix missing dependency

parent 0ce2afb7
No related branches found
No related tags found
1 merge request!10Implement pruning mechanism for the utils script
Pipeline #39282 passed
......@@ -2,7 +2,7 @@ default:
image: ubuntu:22.04 # use latest for building/linting
before_script:
- apt update
- apt install -y libgfal2-dev python3.10 python3-pip cmake libboost-python-dev
- apt install -y libgfal2-dev python3.10 python3-pip cmake libboost-python-dev python3.10-venv
- 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