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: