Skip to content
Snippets Groups Projects
Commit 429c7c0d authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Update pip

parent 47aecf42
No related branches found
No related tags found
No related merge requests found
Pipeline #9560 passed
...@@ -26,6 +26,7 @@ doc: ...@@ -26,6 +26,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)
- pip3 install --upgrade pip
- pip3 install -e .[doc] - pip3 install -e .[doc]
- sphinx-apidoc -o docs/source summit - sphinx-apidoc -o docs/source summit
- cd docs/source - cd docs/source
...@@ -47,6 +48,7 @@ pages: ...@@ -47,6 +48,7 @@ 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)
- pip3 install --upgrade pip
- pip3 install -e .[doc] - pip3 install -e .[doc]
- pytest-3 - pytest-3
- sphinx-apidoc -o docs/source summit - sphinx-apidoc -o docs/source summit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment