venv not required for build

This commit is contained in:
Daniel Otto de Mentock 2022-10-13 12:55:40 +02:00
parent 8caf09aff7
commit 3650553fdf
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ create_testroot:
###################################################################################################
setuptools:
stage: python
script:
- cd python
- python3 -m build --wheel --no-isolation
pytest:
stage: python
script: