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

Update .gitlab-ci.yml file

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