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

Update .gitlab-ci.yml file

parent d973e80d
Branches
No related tags found
No related merge requests found
Pipeline #16287 failed
...@@ -4,7 +4,7 @@ tests: ...@@ -4,7 +4,7 @@ tests:
tags: tags:
- docker - docker
script: script:
- pip3 install --upgrade setuptools wheel packaging - pip3 install --upgrade setuptools wheel
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e . - pip3 install -e .
- pip3 install -e .[test] - pip3 install -e .[test]
...@@ -24,7 +24,7 @@ doc: ...@@ -24,7 +24,7 @@ doc:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- pip install --upgrade setuptools wheel packaging - pip3 install --upgrade setuptools wheel packaging
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e . - pip3 install -e .
- pip3 install -e .[doc] - pip3 install -e .[doc]
...@@ -46,7 +46,8 @@ pages: ...@@ -46,7 +46,8 @@ pages:
script: script:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- pip install --upgrade setuptools wheel - pip3 install --upgrade setuptools wheel packaging
- pip3 install -e .
- pip3 install -e . [doc] - pip3 install -e . [doc]
- rm -Rf build - rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment