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
Checking pipeline status
...@@ -8,7 +8,6 @@ variables: ...@@ -8,7 +8,6 @@ variables:
cache: cache:
paths: paths:
- .cache/pip - .cache/pip
- venv/
jupyter-build: jupyter-build:
stage: build stage: build
...@@ -19,7 +18,7 @@ jupyter-build: ...@@ -19,7 +18,7 @@ jupyter-build:
- pip install virtualenv - pip install virtualenv
- virtualenv --python="python3.11" venv - virtualenv --python="python3.11" venv
- source venv/bin/activate - source venv/bin/activate
- alias python=python3.11 - alias python=python3
- 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