From 50d452a9234dde00a1006f0ae15e35bb180e40a2 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 31 May 2023 16:56:38 +0200
Subject: [PATCH] install debian's rich

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ad3909..9f85bc1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ stages:
 
   - echo "Install Python3"
   - apt-get update
-  - apt-get install -y python3 python3-venv
+  - apt-get install -y python3 python3-venv python3-rich
   - python3 -m venv --help
   - python3 -m venv venv
   - source venv/bin/activate
-- 
GitLab