From 3650553fdf1ffdbcaf371b9b5c2bdac298d81874 Mon Sep 17 00:00:00 2001 From: Daniel Otto de Mentock Date: Thu, 13 Oct 2022 12:55:40 +0200 Subject: [PATCH] venv not required for build --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faaf66564..b9b3c7d97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,12 @@ create_testroot: ################################################################################################### +setuptools: + stage: python + script: + - cd python + - python3 -m build --wheel --no-isolation + pytest: stage: python script: