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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
skmad-suite
tff2020
Commits
88d8f712
Commit
88d8f712
authored
5 years ago
by
valentin.emiya
Browse files
Options
Downloads
Patches
Plain Diff
update CI
parent
e9c654d4
No related branches found
No related tags found
No related merge requests found
Pipeline
#5110
failed
5 years ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
python/requirements/defaults.txt
+1
-1
1 addition, 1 deletion
python/requirements/defaults.txt
python/tffpy/tests/ci_config.py
+2
-0
2 additions, 0 deletions
python/tffpy/tests/ci_config.py
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
88d8f712
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
python/requirements/defaults.txt
+
1
−
1
View file @
88d8f712
--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
...
...
This diff is collapsed.
Click to expand it.
python/tffpy/tests/ci_config.py
+
2
−
0
View file @
88d8f712
...
@@ -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
()
...
...
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