From d530ee57fcfce1830d39aa4027c476e369df07fa Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 6 Jun 2022 23:41:26 +0200 Subject: [PATCH] add setuptools to tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c62a06b..ae6d934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +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 - poetry install