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
No related merge requests found
Pipeline #14356 failed
...@@ -32,7 +32,7 @@ default: ...@@ -32,7 +32,7 @@ default:
- source venv/bin/activate - source venv/bin/activate
- pip install --upgrade pip - pip install --upgrade pip
- pip install matplotlib numpy scipy six coverage pytest pytest-cov - 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: stages:
- test - test
...@@ -105,7 +105,7 @@ ubuntu:i686: ...@@ -105,7 +105,7 @@ ubuntu:i686:
script: script:
- conda create -n py39 Python=3.9 - conda create -n py39 Python=3.9
- conda activate py39 - conda activate py39
- pip3 install -e . --no-depsgit - pip3 install -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.
Finish editing this message first!
Please register or to comment