Skip to content
Snippets Groups Projects
Commit 3601a9ee authored by Mads M. Pedersen's avatar Mads M. Pedersen Committed by Mads M. Pedersen
Browse files

add pip update pip to pages ci task

parent a32079d4
No related branches found
No related tags found
3 merge requests!624Multi mirror,!607Cupy RANS NN Surrogate Inference Changes,!267Add pip update to pages
Pipeline #21119 canceled
......@@ -70,6 +70,7 @@ pages: # "pages" is a job specifically for GitLab pages [1]
stage: # build, test, deploy defined by default [2]
deploy
script: # use sphinx to build docs, move to public page
- pip install --upgrade pip
- pip install sphinx --upgrade
- pip install nbsphinx --upgrade
- pip install -e .
......@@ -104,6 +105,7 @@ pypi_linux:
- test_pypi
script:
- apt-get update
- pip install --upgrade pip
- pip install pypandoc
- pip install -e . --upgrade
- python3 -c 'from git_utils import get_tag; get_tag(verbose=True)'
......
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