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

desperately trying to fix distutils thing

parent be21af21
No related branches found
No related tags found
No related merge requests found
Pipeline #134575 failed
...@@ -14,16 +14,16 @@ jupyter-build: ...@@ -14,16 +14,16 @@ jupyter-build:
stage: build stage: build
image: sphinxdoc/sphinx-latexpdf image: sphinxdoc/sphinx-latexpdf
script: script:
- python3 -V # Print out python version for debugging - python3.11 -V # Print out python version for debugging
- python3 -m pip install virtualenv - python3.11 -m pip install virtualenv
- python3 -m pip install --upgrade pip - python3.11 -m pip install --upgrade pip
- python3 -m pip install --upgrade setuptools - python3.11 -m pip install --upgrade setuptools
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- python3 -m pip install --upgrade pip - python3.11 -m pip install --upgrade pip
- python3 -m pip install --upgrade setuptools # fix distutils problems? - python3.11 -m pip install --upgrade setuptools # fix distutils problems?
- python3 -m pip install -r requirements.txt -v - python3.11 -m pip install -r requirements.txt -v
- alias python=python3 # for jb clean ... - 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