Skip to content
Snippets Groups Projects

ci_docker

Merged Alexis GAMELIN requested to merge ci_docker into develop
Files
2
+ 1
1
@@ -4,7 +4,7 @@ stages:
- build_pip
.python_job:
image: python:3.11
image: gitlab-registry.synchrotron-soleil.fr/pa/collective-effects/python_mpi:latest
before_script:
- pip install poetry
- poetry install
Loading