From 2405b39da43e568a8a0cfeb93815f991530e07e1 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 9 Feb 2022 17:00:46 +0100 Subject: [PATCH] looks like the CD failed with out of disk... --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 716bfff7..733f0f24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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