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

Update .gitlab-ci.yml

parent b79e255d
No related branches found
No related tags found
No related merge requests found
Pipeline #14644 failed
...@@ -19,7 +19,7 @@ doc: ...@@ -19,7 +19,7 @@ doc:
only: only:
- master - master
script: script:
- pip3 install --upgrade sphinx>=5.0 - pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- 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)
- pip3 install -e .[doc] - pip3 install -e .[doc]
...@@ -40,7 +40,7 @@ pages: ...@@ -40,7 +40,7 @@ pages:
only: only:
- master - master
script: script:
- pip3 install --upgrade sphinx>=5.0 - pip3 install --upgrade sphinx>=5.0 --no-warn-script-location
- 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)
- pip3 install -e .[doc] - 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