Skip to content
Snippets Groups Projects
Commit 9ec90a16 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

stamping

parent eb9e12d0
No related branches found
No related tags found
No related merge requests found
Pipeline #16325 passed
...@@ -53,7 +53,7 @@ pages: ...@@ -53,7 +53,7 @@ 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 .[test]
- pip3 install -e .[doc] - pip3 install -e .[doc]
- pytest --cov=. --cov-report=html - pytest --cov=. --cov-report=html
- sphinx-apidoc -o docs/source summit - sphinx-apidoc -o docs/source summit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment