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

Update .gitlab-ci.yml

parent 62b78bc6
No related branches found
No related tags found
No related merge requests found
Pipeline #14643 failed
......@@ -19,6 +19,7 @@ doc:
only:
- master
script:
- pip3 install --upgrade sphinx>=5.0
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e .[doc]
......@@ -39,6 +40,7 @@ pages:
only:
- master
script:
- pip3 install --upgrade sphinx>=5.0
- export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US)
- pip3 install -e .[doc]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment