Skip to content
Snippets Groups Projects
Commit 66104ed5 authored by Sören Peters's avatar Sören Peters
Browse files

Check if requirements works instead of installing juypter book directly.

parent dbda2310
No related branches found
No related tags found
No related merge requests found
Pipeline #23456 failed
......@@ -6,7 +6,7 @@ jupyter-build:
stage: build
image: python:3.10-slim
script:
- pip install -U jupyter-book
- pip install -r requirements.txt
- jupyter-book clean .
- jupyter-book build .
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment