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

update CI

parent 88d8f712
Branches
Tags
No related merge requests found
Pipeline #5111 failed
......@@ -8,6 +8,7 @@ from configparser import ConfigParser
from pathlib import Path
import os
import scipy as sp
import matplotlib as mpl
from yafe.utils import ConfigParser as YafeConfigParser
......@@ -15,6 +16,7 @@ from tffpy.utils import get_config_file, generate_config
if __name__ == '__main__':
print(sp.__version__)
print(mpl.__version__)
config_file = get_config_file()
if not config_file.exists():
generate_config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment