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

merge ci39

parents b212d0c4 154dec91
Branches
Tags
No related merge requests found
Pipeline #16405 passed
......@@ -76,11 +76,12 @@ install_and_test_310:
expire_in: 8d
install_and_test_311:
image: python:3.11
image: registry.lis-lab.fr:5005/dev/ltfatpy/python-ci:3.11
stage: test
before_script:
- echo "image registry 3.11"
script:
- pip3 install cython
- pip3 install --no-build-isolation -e . --no-deps
- pip3 install -e . --no-deps
- python3 -m pytest
artifacts:
when: always
......@@ -91,6 +92,7 @@ install_and_test_311:
only:
- ci39-python12
# Tests on X86_64 ubuntu
ubuntu:X86_64:
image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64
......@@ -135,6 +137,7 @@ ubuntu:i686:
paths:
- public
# Doc Generation
pages:
<<: *doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment