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