Skip to content
Snippets Groups Projects
Commit 3cc68d29 authored by Valentin Emiya's avatar Valentin Emiya
Browse files

Merge branch 'ci39' of gitlab.lis-lab.fr:dev/ltfatpy into ci39

parents 63450727 59ace702
Branches
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16126 canceled
......@@ -52,6 +52,8 @@ install_and_test_37:
untracked: true
paths:
- build
exclude:
- build/temp/
expire_in: 8d
install_and_test_38:
......@@ -65,6 +67,8 @@ install_and_test_38:
untracked: true
paths:
- build
exclude:
- build/temp/
expire_in: 8d
install_and_test_39:
......@@ -91,6 +95,8 @@ install_and_test_310:
untracked: true
paths:
- build
exclude:
- build/temp/
expire_in: 8d
install_and_test_311:
......@@ -111,10 +117,9 @@ ubuntu:X86_64:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
tags:
- docker
script:
- conda create -n py39 Python=3.9
- conda activate py39
before_script:
- pip3 install -e . --no-deps
script:
- python3 -m pytest
artifacts:
when: always
......@@ -128,10 +133,9 @@ ubuntu:i686:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:i686
tags:
- docker
script:
- conda create -n py39 Python=3.9
- conda activate py39
before_script:
- pip3 install -e . --no-deps
script:
- python3 -m pytest
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment