From 2827a88e361b0fbe89bb94e853bbc56587ceaea3 Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Wed, 23 Mar 2022 16:14:25 +0100 Subject: [PATCH] Still not working --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8751dc..12ab5b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:latest before_script: - pip install poetry - - pip install numpy==1.19.5 + - pip install numpy - poetry install - source `poetry env info --path`/bin/activate -- GitLab