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

Update .gitlab-ci.yml file

parent 952b3780
No related branches found
No related tags found
No related merge requests found
Pipeline #16190 failed
......@@ -6,7 +6,7 @@ tests:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip 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/multi-learn/scikit-multimodallearn.git
- pip3 install -e .
......@@ -27,7 +27,7 @@ doc:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip 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/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[doc]
......@@ -51,7 +51,7 @@ pages:
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip 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/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[doc]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment