From 04bea098c7950c5d53704fab293ec34da10b8276 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Wed, 23 Aug 2023 15:21:39 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59c495f..2c51b7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ pytest: stage: templates variables: PROJECT_PATH: "tests/pytest_project" + PYTHON_SETUP: "pip install ${PROJECT_PATH}[TEST]" only: changes: - .gitlab-ci.yml -- GitLab