Skip to content
Snippets Groups Projects
Commit 2c9a0dc1 authored by valentin.emiya's avatar valentin.emiya
Browse files

update CI

parent fb836296
No related branches found
No related tags found
No related merge requests found
Pipeline #5113 passed
...@@ -6,8 +6,8 @@ tests: ...@@ -6,8 +6,8 @@ tests:
script: script:
- cd python - cd python
- pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
- pip3 install scipy=1.4.1 -U - pip3 install 'scipy==1.4.1' -U
- pip3 install matplotlib=3.1.2 -U - pip3 install 'matplotlib==3.1.2' -U
- pip3 install --no-deps . - pip3 install --no-deps .
- python3 tffpy/tests/ci_config.py - python3 tffpy/tests/ci_config.py
- pytest-3 - pytest-3
...@@ -22,8 +22,8 @@ pages: ...@@ -22,8 +22,8 @@ pages:
script: script:
- cd python - cd python
- pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
- pip3 install scipy=1.4.1 -U - pip3 install 'scipy==1.4.1' -U
- pip3 install matplotlib=3.1.2 -U - pip3 install 'matplotlib==3.1.2' -U
- pip3 install --no-deps . - pip3 install --no-deps .
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
- python3 tffpy/tests/ci_config.py - python3 tffpy/tests/ci_config.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment