Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
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
Analyze
Contributor 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
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
89c2c10b
Commit
89c2c10b
authored
3 weeks ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
Edit .gitlab-ci.yml
parent
e0251c13
No related branches found
No related tags found
No related merge requests found
Pipeline
#16192
failed
3 weeks ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
89c2c10b
...
@@ -10,7 +10,8 @@ tests:
...
@@ -10,7 +10,8 @@ tests:
-
pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
-
pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
-
pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-
pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-
pip3 install -e .
-
pip3 install -e .
-
pytest-3
-
pip3 install -e .[dev]
-
python -m pytest
coverage
:
'
/^TOTAL.+?(\d+\%)$/'
coverage
:
'
/^TOTAL.+?(\d+\%)$/'
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -54,8 +55,9 @@ pages:
...
@@ -54,8 +55,9 @@ pages:
-
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
-
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
-
pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
-
pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
-
pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-
pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-
pip3 install -e .[dev]
-
pip3 install -e .[doc]
-
pip3 install -e .[doc]
-
pytest
-3
-
python -m
pytest
-
sphinx-apidoc -o docs/source summit
-
sphinx-apidoc -o docs/source summit
-
cd docs/source
-
cd docs/source
-
sphinx-build -b html . ../build
-
sphinx-build -b html . ../build
...
...
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