Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tff2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
skmad-suite
tff2020
Commits
d2ce9b95
Commit
d2ce9b95
authored
5 years ago
by
valentin.emiya
Browse files
Options
Downloads
Patches
Plain Diff
update CI
parent
88d8f712
No related branches found
No related tags found
No related merge requests found
Pipeline
#5111
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/tffpy/tests/ci_config.py
+2
-0
2 additions, 0 deletions
python/tffpy/tests/ci_config.py
with
2 additions
and
0 deletions
python/tffpy/tests/ci_config.py
+
2
−
0
View file @
d2ce9b95
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment