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

fix ci

parent 13612c8f
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #14356 failed
......@@ -32,7 +32,7 @@ default:
- source venv/bin/activate
- pip install --upgrade pip
- pip install matplotlib numpy scipy six coverage pytest pytest-cov
- dpkg -L python3-pytest | xargs file | grep executable
# - dpkg -L python3-pytest | xargs file | grep executable
stages:
- test
......@@ -105,7 +105,7 @@ ubuntu:i686:
script:
- conda create -n py39 Python=3.9
- conda activate py39
- pip3 install -e . --no-depsgit
- pip3 install -e . --no-deps
- 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