venv not required for build
This commit is contained in:
parent
8caf09aff7
commit
3650553fdf
|
@ -63,6 +63,12 @@ create_testroot:
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
setuptools:
|
||||||
|
stage: python
|
||||||
|
script:
|
||||||
|
- cd python
|
||||||
|
- python3 -m build --wheel --no-isolation
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
stage: python
|
stage: python
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue