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

now for real?

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