From f53265810602119d63020cbfa3cb080ce079f8ba Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Fri, 18 Nov 2022 22:36:34 +0100 Subject: [PATCH] fix poetry in tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3203f64..54c0457 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ cache: before_script: - python -V # Print out python version for debugging - cp acronomy/secrets.test.py acronomy/secrets.py - - pip install poetry==1.2.0b2 # required for now + - pip install poetry # required for now - poetry install