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

Update .gitlab-ci.yml file

parent a51808dc
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16128 failed
...@@ -56,34 +56,6 @@ install_and_test_37: ...@@ -56,34 +56,6 @@ install_and_test_37:
- build/temp/ - build/temp/
expire_in: 8d expire_in: 8d
install_and_test_38:
image: python:3.8
stage: test
script:
- pip3 install -e . --no-deps
- python3 -m pytest
artifacts:
when: always
untracked: true
paths:
- build
exclude:
- build/temp/
expire_in: 8d
install_and_test_39:
image: python:3.9
stage: test
script:
- pip3 install -e . --no-deps
- python3 -m pytest
artifacts:
when: always
untracked: true
paths:
- build
expire_in: 8d
install_and_test_310: install_and_test_310:
image: python:3.10 image: python:3.10
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment