Skip to content
Snippets Groups Projects
Commit 12e5bca8 authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update .gitlab-ci.yml

parent a751fe73
No related branches found
No related tags found
No related merge requests found
Pipeline #113424 failed
image: continuumio/miniconda:latest image: registry-gitlab.pasteur.fr/dsi-tools/docker-images:redhat_ptv
before_script: before_script:
- conda env create -f PhageTerm_env_3.yml - poetry install
- conda init bash - poetry shell
- source ~/.bashrc - export PYTHONPATH=$PYTHONPATH:./phagetermvirome
- conda activate PhageTerm_env_py3
stages: stages:
- tests - tests
......
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