Skip to content
Snippets Groups Projects
Commit be21af21 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

Update .gitlab-ci.yml file

parent 3a2798c8
Branches
Tags
No related merge requests found
Pipeline #134574 failed
......@@ -15,12 +15,14 @@ jupyter-build:
image: sphinxdoc/sphinx-latexpdf
script:
- python3 -V # Print out python version for debugging
- pip install virtualenv
- python3 -m pip install virtualenv
- python3 -m pip install --upgrade pip
- python3 -m pip install --upgrade setuptools
- virtualenv venv
- source venv/bin/activate
- pip install --upgrade pip
- pip install --upgrade setuptools # fix distutils problems?
- pip install -r requirements.txt -v
- python3 -m pip install --upgrade pip
- python3 -m pip install --upgrade setuptools # fix distutils problems?
- python3 -m pip install -r requirements.txt -v
- alias python=python3 # for jb clean ...
- jupyter-book clean .
- jupyter-book build . --builder html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment