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

update CI

parent e9c654d4
No related branches found
No related tags found
No related merge requests found
Pipeline #5110 failed
...@@ -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 -U
- pip3 install --no-deps . - pip3 install --no-deps .
- pwd
- python3 tffpy/tests/ci_config.py - python3 tffpy/tests/ci_config.py
- pytest-3 - pytest-3
...@@ -21,9 +21,9 @@ pages: ...@@ -21,9 +21,9 @@ 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 -U
- pip3 install --no-deps . - pip3 install --no-deps .
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
- pwd
- python3 tffpy/tests/ci_config.py - python3 tffpy/tests/ci_config.py
- cp -r build/sphinx/html public - cp -r build/sphinx/html public
artifacts: artifacts:
......
--index-url https://pypi.python.org/simple/ --index-url https://pypi.python.org/simple/
numpy>=1.13 numpy>=1.13
scipy scipy>=1.4.1
matplotlib matplotlib
pandas pandas
xarray xarray
......
...@@ -7,12 +7,14 @@ ...@@ -7,12 +7,14 @@
from configparser import ConfigParser from configparser import ConfigParser
from pathlib import Path from pathlib import Path
import os import os
import scipy as sp
from yafe.utils import ConfigParser as YafeConfigParser from yafe.utils import ConfigParser as YafeConfigParser
from tffpy.utils import get_config_file, generate_config from tffpy.utils import get_config_file, generate_config
if __name__ == '__main__': if __name__ == '__main__':
print(sp.__version__)
config_file = get_config_file() config_file = get_config_file()
if not config_file.exists(): if not config_file.exists():
generate_config() generate_config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment