Skip to content
Snippets Groups Projects
Commit 2e3e4104 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml file

parent 9f2edfc1
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16123 failed
...@@ -111,10 +111,11 @@ ubuntu:X86_64: ...@@ -111,10 +111,11 @@ ubuntu:X86_64:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64 image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags: tags:
- docker - docker
script: before_script:
- conda create -n py39 Python=3.9 - conda create -n py39 Python=3.9
- conda activate py39 - conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script:
- python3 -m pytest - python3 -m pytest
artifacts: artifacts:
when: always when: always
...@@ -128,10 +129,11 @@ ubuntu:i686: ...@@ -128,10 +129,11 @@ ubuntu:i686:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686 image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686
tags: tags:
- docker - docker
script: before_script:
- conda create -n py39 Python=3.9 - conda create -n py39 Python=3.9
- conda activate py39 - conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script:
- python3 -m pytest - python3 -m pytest
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment