From e861e7d4d50f1cbadff9e9acdb5b774446a57c14 Mon Sep 17 00:00:00 2001 From: Christoph Knote <christoph.knote@med.uni-augsburg.de> Date: Wed, 23 Mar 2022 17:00:26 +0100 Subject: [PATCH] Oder so? --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44a158b..c11606f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ image: python:latest before_script: - - pip install poetry - - pip install numpy - - pip install coverage + - curl -sSL https://install.python-poetry.org | python3 - + - export PATH="$PATH:$HOME/.poetry/bin/" + - source $HOME/.poetry/env stages: - build_package -- GitLab