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

update ci.yml

parent 58f0e10e
No related branches found
No related tags found
No related merge requests found
Pipeline #14336 failed
...@@ -32,10 +32,19 @@ default: ...@@ -32,10 +32,19 @@ default:
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install matplotlib numpy scipy six nose coverage - pip install --upgrade pip
- pip install matplotlib numpy scipy six nose coverage pytest pytest-cov
stages:
- test
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
install_and_test_39: install_and_test_39:
image: python:3.9 image: python:3.9
stage: test
script: script:
- dpkg -L python3-pytest | xargs file | grep executable - dpkg -L python3-pytest | xargs file | grep executable
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
......
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