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

Update .gitlab-ci.yml file

parent a9c7c270
Branches
No related tags found
No related merge requests found
Pipeline #134571 failed
...@@ -19,6 +19,7 @@ jupyter-build: ...@@ -19,6 +19,7 @@ jupyter-build:
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install --upgrade pip - pip install --upgrade pip
- pip install --upgrade setuptools # fix distutils problems?
- pip install -r requirements.txt -v - pip install -r requirements.txt -v
- alias python=python3 # for jb clean ... - alias python=python3 # for jb clean ...
- 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