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

Edit .gitlab-ci.yml

parent f6f932e0
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16142 failed
...@@ -80,7 +80,7 @@ install_and_test_311: ...@@ -80,7 +80,7 @@ install_and_test_311:
stage: test stage: test
script: script:
- pip3 install cython - pip3 install cython
- pip3 install -e . --no-deps - pip3 install --no-build-isolation -e . --no-deps
- 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