looks like the CD failed with out of disk...

This commit is contained in:
2022-02-09 17:00:46 +01:00
parent 2e1bdfa90f
commit 2405b39da4
+5 -2
View File
@@ -2,8 +2,11 @@ image: debian:latest
before_script:
- apt-get update
- apt-get install -y ca-certificates
- apt-get install -y pip python3-sphinx jupyter-notebook python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-pybtex python3-pybtex-docutils python3-smmap python3-soupsieve python3-toml
- apt-get install -y ca-certificates && apt-get clean
- apt-get install -y pip && apt-get clean
- apt-get install -y python3-sphinx && apt-get clean
- apt-get install -y jupyter-notebook && apt-get clean
- apt-get install -y python3-anyio python3-greenlet python3-click python3-jupyter-server python3-sqlalchemy python3-latexcodec python3-nbclient python3-nest-asyncio python3-pybtex python3-pybtex-docutils python3-smmap python3-soupsieve python3-toml
- pip install jupyter-book