From 08e00f6dd83c99ef668271353b2e8726eb6d3f3c Mon Sep 17 00:00:00 2001 From: Christoph Knote 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