From 7e9bbea82ade79a800a6061f7f792f2d2e000c7f Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 6 Jun 2022 23:52:18 +0200 Subject: [PATCH] fix poetry incompatibility in tests --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae6d934..3203f64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,7 @@ cache: before_script: - python -V # Print out python version for debugging - cp acronomy/secrets.test.py acronomy/secrets.py - - pip install setuptools - - pip install poetry + - pip install poetry==1.2.0b2 # required for now - poetry install