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: ...@@ -14,16 +14,14 @@ jupyter-build:
stage: build stage: build
image: sphinxdoc/sphinx-latexpdf image: sphinxdoc/sphinx-latexpdf
script: script:
- python3.11 -V # Print out python version for debugging - alias python=python3.11
- python3.11 -m pip install virtualenv - python -V # Print out python version for debugging
- python3.11 -m pip install --upgrade pip - pip install --upgrade pip
- python3.11 -m pip install --upgrade setuptools - pip install virtualenv
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- python3.11 -m pip install --upgrade pip - pip install --upgrade setuptools # fix distutils problems?
- python3.11 -m pip install --upgrade setuptools # fix distutils problems? - pip install -r requirements.txt -v
- python3.11 -m pip install -r requirements.txt -v
- alias python=python3.11 # for jb clean ...
- jupyter-book clean . - jupyter-book clean .
- jupyter-book build . --builder html - jupyter-book build . --builder html
- jupyter-book build . --builder pdflatex - 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