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

update ci.yml

parent 59c828bc
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #14335 failed
...@@ -29,12 +29,17 @@ default: ...@@ -29,12 +29,17 @@ default:
- apt-get install -y --no-install-recommends texlive-latex-extra - apt-get install -y --no-install-recommends texlive-latex-extra
- apt-get install -y --no-install-recommends dvipng - apt-get install -y --no-install-recommends dvipng
- apt-get clean - apt-get clean
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install matplotlib numpy scipy six nose coverage
install_and_test_39: install_and_test_39:
image: python:3.9 image: python:3.9
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
- py.test-3
- 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