Skip to content
Snippets Groups Projects
Verified Commit 8e3dc56d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update version management

parent 33fc0f0c
No related branches found
No related tags found
No related merge requests found
Pipeline #26480 passed
......@@ -17,10 +17,13 @@ stages:
.virtualenv_template: &virtualenv_definition |
python -V
pip install virtualenv
virtualenv venv
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel setuptools_scm
hash -r
pip freeze
make install-dev
pip freeze
.junit_template: &junit_definition
artifacts:
......
#!/usr/bin/env python
from setuptools import setup
import setuptools_scm
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment