From 6c4545cab6b93916bbe7d530d004fb3d2c862333 Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Mon, 21 Mar 2022 20:45:18 +0100
Subject: [PATCH] Fix numpy dep

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08be65a..12ab5b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: python:latest
 
 before_script:
   - pip install poetry
+  - pip install numpy
   - poetry install
   - source `poetry env info --path`/bin/activate
 
-- 
GitLab