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

Update .gitlab-ci.yml file

parent 2e3e4104
Branches
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16124 failed
...@@ -112,8 +112,6 @@ ubuntu:X86_64: ...@@ -112,8 +112,6 @@ ubuntu:X86_64:
tags: tags:
- docker - docker
before_script: before_script:
- conda create -n py39 Python=3.9
- conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script: script:
- python3 -m pytest - python3 -m pytest
...@@ -130,8 +128,6 @@ ubuntu:i686: ...@@ -130,8 +128,6 @@ ubuntu:i686:
tags: tags:
- docker - docker
before_script: before_script:
- conda create -n py39 Python=3.9
- conda activate py39
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
script: script:
- python3 -m pytest - python3 -m pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment