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

Edit .gitlab-ci.yml

parent 89c2c10b
No related branches found
No related tags found
No related merge requests found
Pipeline #16193 failed
......@@ -4,8 +4,8 @@ tests:
tags:
- docker
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- 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
......@@ -26,8 +26,8 @@ doc:
- master
- develop
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- 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
......@@ -50,8 +50,8 @@ pages:
only:
- master
script:
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment