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:
- conda env create -f PhageTerm_env_3.yml
- conda init bash
- source ~/.bashrc
- conda activate PhageTerm_env_py3
- poetry install
- poetry shell
- export PYTHONPATH=$PYTHONPATH:./phagetermvirome
stages:
- 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