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

Update .gitlab-ci.yml file

parent 232b16ae
No related branches found
No related tags found
No related merge requests found
Pipeline #134581 passed
......@@ -8,7 +8,6 @@ variables:
cache:
paths:
- .cache/pip
- venv/
jupyter-build:
stage: build
......@@ -19,7 +18,7 @@ jupyter-build:
- pip install virtualenv
- virtualenv --python="python3.11" venv
- source venv/bin/activate
- alias python=python3.11
- alias python=python3
- pip install --upgrade setuptools # fix distutils problems?
- pip install -r requirements.txt -v
- jupyter-book clean .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment